#DECEB0

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

Shades of Spanish White #DECEB0

Tints of Spanish White #DECEB0

Color information

#DECEB0 (or 0xDECEB0) is unknown color: approx Spanish White. HEX triplet: DE, CE and B0. RGB value is (222,206,176). Sum of RGB (Red+Green+Blue) = 222+206+176=604 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.75% from 604); Green value is 206 (80.86% from 255 or 34.11% from 604); Blue value is 176 (69.14% from 255 or 29.14% from 604); Max value from RGB is 222 - color contains mainly: red. Hex color #DECEB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECEB0 is #21314F. Grayscale: #CFCFCF. Windows color (decimal): -2175312 or 11587294. OLE color: 11587294.

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

Color convert

RGB222206176-
CMYK00.070.210.13
HSL39.13º41.07%78.04%-
HSV(B)39.13º20.72%87.06%-
XYZ60.0362.8150.03-
YUV207.36110.3138.44-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.75%
GREEN value IS 206 (80.86% from 255) = 34.11%
BLUE value IS 176 (69.14% from 255) = 29.14%
R=36.75%
G=34.11%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220617600.070.210.1339.1341.0778.04
HexDECEB00715D27294e
Octal3363162600725154751116
Binary11011110110011101011000001111010111011001111010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECEB0; }

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

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

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

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

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

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

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

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