Html Css Color HEX #DFD6C9 Albescent White

📋 copy color: '#DFD6C9'

red 223 ◦ green 214 ◦ blue 201

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

Shades of Albescent White #DFD6C9

Tints of Albescent White #DFD6C9

RGB

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

 GREEN value IS 214 (83.98% from 255) = 33.54%

 BLUE value IS 201 (78.91% from 255) = 31.5%

R = 34.95%
G = 33.54%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DFD6C9 (or 0xDFD6C9) is known color: Albescent White. HEX triplet: DF, D6 and C9. RGB value is (223,214,201). Sum of RGB (Red+Green+Blue) = 223+214+201=638 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.95% from 638); Green value is 214 (83.98% from 255 or 33.54% from 638); Blue value is 201 (78.91% from 255 or 31.50% from 638); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD6C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD6C9 is #202936. Grayscale: #D7D7D7. Windows color (decimal): -2107703 or 13227743. OLE color: 13227743.

HSL color Cylindrical-coordinate representation of color #DFD6C9: hue angle of 35.45º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DFD6C9 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 214 201 -
CMYK 0 0.04 0.10 0.13
HSL 35.45º 0.26% 0.83% -
HSV(B) 35.45º 0.1% 0.87% -
XYZ 65.02 68 64.96 -
YUV 215.21 119.98 133.56 -
System Red Green Blue C M Y K H S L
Decimal 223 214 201 0 0.04 0.10 0.13 35.45 0.26 0.83
Hex DF D6 C9 0 4 A D 23 1A 53
Octal 337 326 311 0 4 12 15 43 32 123
Binary 11011111 11010110 11001001 0 100 1010 1101 100011 11010 1010011

Color Harmonies of #DFD6C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD6C9

Black with #DFD6C9

Text Example


Text Example

White with #DFD6C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD6C9; }

 p { color: rgb(223,214,201); }

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

background-color css

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

 a { background-color: rgb(223,214,201); }

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

border-color css

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

 span { border-color: rgb(223,214,201); }

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