Html Css Color HEX #DED8CC Albescent White

📋 copy color: '#DED8CC'

red 222 ◦ green 216 ◦ blue 204

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

Shades of Albescent White #DED8CC

Tints of Albescent White #DED8CC

RGB

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

 GREEN value IS 216 (84.77% from 255) = 33.64%

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

R = 34.58%
G = 33.64%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DED8CC (or 0xDED8CC) is known color: Albescent White. HEX triplet: DE, D8 and CC. RGB value is (222,216,204). Sum of RGB (Red+Green+Blue) = 222+216+204=642 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.58% from 642); Green value is 216 (84.77% from 255 or 33.64% from 642); Blue value is 204 (80.08% from 255 or 31.78% from 642); Max value from RGB is 222 - color contains mainly: red. Hex color #DED8CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED8CC is #212733. Grayscale: #D8D8D8. Windows color (decimal): -2172724 or 13424862. OLE color: 13424862.

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

Color convert

RGB 222 216 204 -
CMYK 0 0.03 0.08 0.13
HSL 40º 0.21% 0.84% -
HSV(B) 40º 0.08% 0.87% -
XYZ 65.58 69 66.99 -
YUV 216.43 120.99 131.98 -
System Red Green Blue C M Y K H S L
Decimal 222 216 204 0 0.03 0.08 0.13 40 0.21 0.84
Hex DE D8 CC 0 3 8 D 28 15 54
Octal 336 330 314 0 3 10 15 50 25 124
Binary 11011110 11011000 11001100 0 11 1000 1101 101000 10101 1010100

Color Harmonies of #DED8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED8CC

Black with #DED8CC

Text Example


Text Example

White with #DED8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED8CC; }

 p { color: rgb(222,216,204); }

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

background-color css

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

 a { background-color: rgb(222,216,204); }

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

border-color css

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

 span { border-color: rgb(222,216,204); }

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