#DED7CB

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

Shades of Albescent White #DED7CB

Tints of Albescent White #DED7CB

Color information

#DED7CB (or 0xDED7CB) is unknown color: approx Albescent White. HEX triplet: DE, D7 and CB. RGB value is (222,215,203). Sum of RGB (Red+Green+Blue) = 222+215+203=640 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.69% from 640); Green value is 215 (84.38% from 255 or 33.59% from 640); Blue value is 203 (79.69% from 255 or 31.72% from 640); Max value from RGB is 222 - color contains mainly: red. Hex color #DED7CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED7CB is #212834. Grayscale: #D7D7D7. Windows color (decimal): -2172981 or 13359070. OLE color: 13359070.

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

Color convert

RGB222215203-
CMYK00.030.090.13
HSL37.89º22.35%83.33%-
HSV(B)37.89º8.56%87.06%-
XYZ65.268.4466.27-
YUV215.72120.82132.48-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.69%
GREEN value IS 215 (84.38% from 255) = 33.59%
BLUE value IS 203 (79.69% from 255) = 31.72%
R=34.69%
G=33.59%
B=31.72%

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
Decimal22221520300.030.090.1337.8922.3583.33
HexDED7CB039D261653
Octal3363273130311154626123
Binary11011110110101111100101101110011101100110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED7CB; }

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

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

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

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

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

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

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

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