Html Css Color HEX #DFD6C8 Albescent White

📋 copy color: '#DFD6C8'

red 223 ◦ green 214 ◦ blue 200

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

Shades of Albescent White #DFD6C8

Tints of Albescent White #DFD6C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 31.4%

R = 35.01%
G = 33.59%
B = 31.4%

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

#DFD6C8 (or 0xDFD6C8) is known color: Albescent White. HEX triplet: DF, D6 and C8. RGB value is (223,214,200). Sum of RGB (Red+Green+Blue) = 223+214+200=637 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.01% from 637); Green value is 214 (83.98% from 255 or 33.59% from 637); Blue value is 200 (78.52% from 255 or 31.40% from 637); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD6C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD6C8 is #202937. Grayscale: #D7D7D7. Windows color (decimal): -2107704 or 13162207. OLE color: 13162207.

HSL color Cylindrical-coordinate representation of color #DFD6C8: hue angle of 36.52º 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 #DFD6C8 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 214 200 -
CMYK 0 0.04 0.10 0.13
HSL 36.52º 0.26% 0.83% -
HSV(B) 36.52º 0.1% 0.87% -
XYZ 64.9 67.95 64.34 -
YUV 215.1 119.48 133.64 -
System Red Green Blue C M Y K H S L
Decimal 223 214 200 0 0.04 0.10 0.13 36.52 0.26 0.83
Hex DF D6 C8 0 4 A D 25 1A 53
Octal 337 326 310 0 4 12 15 45 32 123
Binary 11011111 11010110 11001000 0 100 1010 1101 100101 11010 1010011

Color Harmonies of #DFD6C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD6C8

Black with #DFD6C8

Text Example


Text Example

White with #DFD6C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD6C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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