Html Css Color HEX #DFDCDA Porcelain

📋 copy color: '#DFDCDA'

red 223 ◦ green 220 ◦ blue 218

#DFDCDA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Porcelain #DFDCDA

Tints of Porcelain #DFDCDA

RGB

 RED value IS 223 (87.5% from 255) = 33.74%

 GREEN value IS 220 (86.33% from 255) = 33.28%

 BLUE value IS 218 (85.55% from 255) = 32.98%

R = 33.74%
G = 33.28%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.02

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DFDCDA (or 0xDFDCDA) is known color: Porcelain. HEX triplet: DF, DC and DA. RGB value is (223,220,218). Sum of RGB (Red+Green+Blue) = 223+220+218=661 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.74% from 661); Green value is 220 (86.33% from 255 or 33.28% from 661); Blue value is 218 (85.55% from 255 or 32.98% from 661); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDCDA is #202325. Grayscale: #DCDCDC. Windows color (decimal): -2106150 or 14343391. OLE color: 14343391.

HSL color Cylindrical-coordinate representation of color #DFDCDA: hue angle of 24º degrees, saturation: 0.07, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DFDCDA is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 220 218 -
CMYK 0 0.01 0.02 0.13
HSL 24º 0.07% 0.86% -
HSV(B) 24º 0.02% 0.87% -
XYZ 68.68 71.94 76.59 -
YUV 220.67 126.49 129.66 -
System Red Green Blue C M Y K H S L
Decimal 223 220 218 0 0.01 0.02 0.13 24 0.07 0.86
Hex DF DC DA 0 1 2 D 18 7 56
Octal 337 334 332 0 1 2 15 30 7 126
Binary 11011111 11011100 11011010 0 1 10 1101 11000 111 1010110

Color Harmonies of #DFDCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDCDA

Black with #DFDCDA

Text Example


Text Example

White with #DFDCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDCDA; }

 p { color: rgb(223,220,218); }

 H1.HeaderClassName
 {
   color: #DFDCDA;
 }
 .AnyTagClassName
 {
   color: #DFDCDA;
 }
</style>

background-color css

<style>
 a { background-color: #DFDCDA; }

 a { background-color: rgb(223,220,218); }

 div.DivClassName
 {
   background-color: #DFDCDA;
 }
 .BgClassName
 {
   background-color: #DFDCDA;
 }
</style>

border-color css

<style>
 span { border-color: #DFDCDA; }

 span { border-color: rgb(223,220,218); }

 td.TdClassName
 {
   border-color: #DFDCDA;
 }
 .TagClassName
 {
   border-color: #DFDCDA;
 }
</style>