Html Css Color HEX #DFD9CB Albescent White

📋 copy color: '#DFD9CB'

red 223 ◦ green 217 ◦ blue 203

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

Shades of Albescent White #DFD9CB

Tints of Albescent White #DFD9CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 31.57%

R = 34.68%
G = 33.75%
B = 31.57%

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

#DFD9CB (or 0xDFD9CB) is known color: Albescent White. HEX triplet: DF, D9 and CB. RGB value is (223,217,203). Sum of RGB (Red+Green+Blue) = 223+217+203=643 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.68% from 643); Green value is 217 (85.16% from 255 or 33.75% from 643); Blue value is 203 (79.69% from 255 or 31.57% from 643); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD9CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD9CB is #202634. Grayscale: #D9D9D9. Windows color (decimal): -2106933 or 13359583. OLE color: 13359583.

HSL color Cylindrical-coordinate representation of color #DFD9CB: hue angle of 42º degrees, saturation: 0.24, 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 #DFD9CB is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 217 203 -
CMYK 0 0.03 0.09 0.13
HSL 42º 0.24% 0.84% -
HSV(B) 42º 0.09% 0.87% -
XYZ 66.02 69.63 66.46 -
YUV 217.2 119.99 132.14 -
System Red Green Blue C M Y K H S L
Decimal 223 217 203 0 0.03 0.09 0.13 42 0.24 0.84
Hex DF D9 CB 0 3 9 D 2A 18 54
Octal 337 331 313 0 3 11 15 52 30 124
Binary 11011111 11011001 11001011 0 11 1001 1101 101010 11000 1010100

Color Harmonies of #DFD9CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD9CB

Black with #DFD9CB

Text Example


Text Example

White with #DFD9CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD9CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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