#DECEAE

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

Shades of Spanish White #DECEAE

Tints of Spanish White #DECEAE

Color information

#DECEAE (or 0xDECEAE) is unknown color: approx Spanish White. HEX triplet: DE, CE and AE. RGB value is (222,206,174). Sum of RGB (Red+Green+Blue) = 222+206+174=602 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.88% from 602); Green value is 206 (80.86% from 255 or 34.22% from 602); Blue value is 174 (68.36% from 255 or 28.90% from 602); Max value from RGB is 222 - color contains mainly: red. Hex color #DECEAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECEAE is #213151. Grayscale: #CFCFCF. Windows color (decimal): -2175314 or 11456222. OLE color: 11456222.

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

Color convert

RGB222206174-
CMYK00.070.220.13
HSL40º42.11%77.65%-
HSV(B)40º21.62%87.06%-
XYZ59.8462.7349-
YUV207.14109.3138.6-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.88%
GREEN value IS 206 (80.86% from 255) = 34.22%
BLUE value IS 174 (68.36% from 255) = 28.90%
R=36.88%
G=34.22%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220617400.070.220.134042.1177.65
HexDECEAE0716D282a4e
Octal3363162560726155052116
Binary11011110110011101010111001111011011011010001010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECEAE; }

 p { color: rgb(222,206,174); }

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

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

 a { background-color: rgb(222,206,174); }

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

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

 span { border-color: rgb(222,206,174); }

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