Html Css Color HEX #DFD9CC Albescent White

📋 copy color: '#DFD9CC'

red 223 ◦ green 217 ◦ blue 204

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

Shades of Albescent White #DFD9CC

Tints of Albescent White #DFD9CC

RGB

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

 GREEN value IS 217 (85.16% from 255) = 33.7%

 BLUE value IS 204 (80.08% from 255) = 31.68%

R = 34.63%
G = 33.7%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DFD9CC (or 0xDFD9CC) is known color: Albescent White. HEX triplet: DF, D9 and CC. RGB value is (223,217,204). Sum of RGB (Red+Green+Blue) = 223+217+204=644 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.63% from 644); Green value is 217 (85.16% from 255 or 33.70% from 644); Blue value is 204 (80.08% from 255 or 31.68% from 644); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD9CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD9CC is #202633. Grayscale: #D9D9D9. Windows color (decimal): -2106932 or 13425119. OLE color: 13425119.

HSL color Cylindrical-coordinate representation of color #DFD9CC: hue angle of 41.05º degrees, saturation: 0.23, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DFD9CC is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 217 204 -
CMYK 0 0.03 0.09 0.13
HSL 41.05º 0.23% 0.84% -
HSV(B) 41.05º 0.09% 0.87% -
XYZ 66.14 69.67 67.09 -
YUV 217.31 120.49 132.06 -
System Red Green Blue C M Y K H S L
Decimal 223 217 204 0 0.03 0.09 0.13 41.05 0.23 0.84
Hex DF D9 CC 0 3 9 D 29 17 54
Octal 337 331 314 0 3 11 15 51 27 124
Binary 11011111 11011001 11001100 0 11 1001 1101 101001 10111 1010100

Color Harmonies of #DFD9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD9CC

Black with #DFD9CC

Text Example


Text Example

White with #DFD9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD9CC; }

 p { color: rgb(223,217,204); }

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

background-color css

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

 a { background-color: rgb(223,217,204); }

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

border-color css

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

 span { border-color: rgb(223,217,204); }

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