#DECFAE

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

Shades of Spanish White #DECFAE

Tints of Spanish White #DECFAE

Color information

#DECFAE (or 0xDECFAE) is unknown color: approx Spanish White. HEX triplet: DE, CF and AE. RGB value is (222,207,174). Sum of RGB (Red+Green+Blue) = 222+207+174=603 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.82% from 603); Green value is 207 (81.25% from 255 or 34.33% from 603); Blue value is 174 (68.36% from 255 or 28.86% from 603); Max value from RGB is 222 - color contains mainly: red. Hex color #DECFAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECFAE is #213051. Grayscale: #CFCFCF. Windows color (decimal): -2175058 or 11456478. OLE color: 11456478.

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

Color convert

RGB222207174-
CMYK00.070.220.13
HSL41.25º42.11%77.65%-
HSV(B)41.25º21.62%87.06%-
XYZ60.0863.2149.08-
YUV207.72108.97138.18-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.82%
GREEN value IS 207 (81.25% from 255) = 34.33%
BLUE value IS 174 (68.36% from 255) = 28.86%
R=36.82%
G=34.33%
B=28.86%

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
Decimal22220717400.070.220.1341.2542.1177.65
HexDECFAE0716D292a4e
Octal3363172560726155152116
Binary11011110110011111010111001111011011011010011010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECFAE; }

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

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

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

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

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

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

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

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