#DED7C5

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

Shades of Albescent White #DED7C5

Tints of Albescent White #DED7C5

Color information

#DED7C5 (or 0xDED7C5) is unknown color: approx Albescent White. HEX triplet: DE, D7 and C5. RGB value is (222,215,197). Sum of RGB (Red+Green+Blue) = 222+215+197=634 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.02% from 634); Green value is 215 (84.38% from 255 or 33.91% from 634); Blue value is 197 (77.34% from 255 or 31.07% from 634); Max value from RGB is 222 - color contains mainly: red. Hex color #DED7C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED7C5 is #21283A. Grayscale: #D7D7D7. Windows color (decimal): -2172987 or 12965854. OLE color: 12965854.

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

Color convert

RGB222215197-
CMYK00.030.110.13
HSL43.2º27.47%82.16%-
HSV(B)43.2º11.26%87.06%-
XYZ64.568.1662.58-
YUV215.04117.82132.96-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.02%
GREEN value IS 215 (84.38% from 255) = 33.91%
BLUE value IS 197 (77.34% from 255) = 31.07%
R=35.02%
G=33.91%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221519700.030.110.1343.227.4782.16
HexDED7C503BD2b1b52
Octal3363273050313155333122
Binary11011110110101111100010101110111101101011110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED7C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED7C5; }

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

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

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

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

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

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

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

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