#DDD7CB

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

Shades of Albescent White #DDD7CB

Tints of Albescent White #DDD7CB

Color information

#DDD7CB (or 0xDDD7CB) is unknown color: approx Albescent White. HEX triplet: DD, D7 and CB. RGB value is (221,215,203). Sum of RGB (Red+Green+Blue) = 221+215+203=639 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.59% from 639); Green value is 215 (84.38% from 255 or 33.65% from 639); Blue value is 203 (79.69% from 255 or 31.77% from 639); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD7CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD7CB is #222834. Grayscale: #D7D7D7. Windows color (decimal): -2238517 or 13359069. OLE color: 13359069.

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

Color convert

RGB221215203-
CMYK00.030.080.13
HSL40º20.93%83.14%-
HSV(B)40º8.14%86.67%-
XYZ64.968.2866.26-
YUV215.43120.99131.98-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.59%
GREEN value IS 215 (84.38% from 255) = 33.65%
BLUE value IS 203 (79.69% from 255) = 31.77%
R=34.59%
G=33.65%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121520300.030.080.134020.9383.14
HexDDD7CB038D281553
Octal3353273130310155025123
Binary11011101110101111100101101110001101101000101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD7CB; }

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

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

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

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

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

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

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

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