#DED7CA

Color #DED7CA Albescent White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Albescent White #DED7CA

Tints of Albescent White #DED7CA

Color information

#DED7CA (or 0xDED7CA) is unknown color: approx Albescent White. HEX triplet: DE, D7 and CA. RGB value is (222,215,202). Sum of RGB (Red+Green+Blue) = 222+215+202=639 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.74% from 639); Green value is 215 (84.38% from 255 or 33.65% from 639); Blue value is 202 (79.30% from 255 or 31.61% from 639); Max value from RGB is 222 - color contains mainly: red. Hex color #DED7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED7CA is #212835. Grayscale: #D7D7D7. Windows color (decimal): -2172982 or 13293534. OLE color: 13293534.

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

Color convert

RGB222215202-
CMYK00.030.090.13
HSL39º23.26%83.14%-
HSV(B)39º9.01%87.06%-
XYZ65.0968.3965.65-
YUV215.61120.32132.56-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.74%
GREEN value IS 215 (84.38% from 255) = 33.65%
BLUE value IS 202 (79.30% from 255) = 31.61%
R=34.74%
G=33.65%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221520200.030.090.133923.2683.14
HexDED7CA039D271753
Octal3363273120311154727123
Binary11011110110101111100101001110011101100111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED7CA; }

 p { color: rgb(222,215,202); }

 H1.HeaderClassName
 {
   color: #DED7CA;
 }
 .AnyTagClassName
 {
   color: #DED7CA;
 }
</style>
background-color css

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

 a { background-color: rgb(222,215,202); }

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

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

 span { border-color: rgb(222,215,202); }

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