#DECEB3

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

Shades of Spanish White #DECEB3

Tints of Spanish White #DECEB3

Color information

#DECEB3 (or 0xDECEB3) is unknown color: approx Spanish White. HEX triplet: DE, CE and B3. RGB value is (222,206,179). Sum of RGB (Red+Green+Blue) = 222+206+179=607 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.57% from 607); Green value is 206 (80.86% from 255 or 33.94% from 607); Blue value is 179 (70.31% from 255 or 29.49% from 607); Max value from RGB is 222 - color contains mainly: red. Hex color #DECEB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECEB3 is #21314C. Grayscale: #CFCFCF. Windows color (decimal): -2175309 or 11783902. OLE color: 11783902.

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

Color convert

RGB222206179-
CMYK00.070.190.13
HSL37.67º39.45%78.63%-
HSV(B)37.67º19.37%87.06%-
XYZ60.3362.9351.61-
YUV207.71111.8138.2-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.57%
GREEN value IS 206 (80.86% from 255) = 33.94%
BLUE value IS 179 (70.31% from 255) = 29.49%
R=36.57%
G=33.94%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220617900.070.190.1337.6739.4578.63
HexDECEB30713D26274f
Octal3363162630723154647117
Binary11011110110011101011001101111001111011001101001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECEB3; }

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

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

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

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

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

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

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

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