Html Css Color HEX #DED6C9 Albescent White

📋 copy color: '#DED6C9'

red 222 ◦ green 214 ◦ blue 201

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

Shades of Albescent White #DED6C9

Tints of Albescent White #DED6C9

RGB

 RED value IS 222 (87.11% from 255) = 34.85%

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

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

R = 34.85%
G = 33.59%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DED6C9 (or 0xDED6C9) is known color: Albescent White. HEX triplet: DE, D6 and C9. RGB value is (222,214,201). Sum of RGB (Red+Green+Blue) = 222+214+201=637 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.85% from 637); Green value is 214 (83.98% from 255 or 33.59% from 637); Blue value is 201 (78.91% from 255 or 31.55% from 637); Max value from RGB is 222 - color contains mainly: red. Hex color #DED6C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED6C9 is #212936. Grayscale: #D6D6D6. Windows color (decimal): -2173239 or 13227742. OLE color: 13227742.

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

Color convert

RGB 222 214 201 -
CMYK 0 0.04 0.09 0.13
HSL 37.14º 0.24% 0.83% -
HSV(B) 37.14º 0.09% 0.87% -
XYZ 64.71 67.84 64.94 -
YUV 214.91 120.15 133.06 -
System Red Green Blue C M Y K H S L
Decimal 222 214 201 0 0.04 0.09 0.13 37.14 0.24 0.83
Hex DE D6 C9 0 4 9 D 25 18 53
Octal 336 326 311 0 4 11 15 45 30 123
Binary 11011110 11010110 11001001 0 100 1001 1101 100101 11000 1010011

Color Harmonies of #DED6C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED6C9

Black with #DED6C9

Text Example


Text Example

White with #DED6C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED6C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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