#DECEB9

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

Shades of Spanish White #DECEB9

Tints of Spanish White #DECEB9

Color information

#DECEB9 (or 0xDECEB9) is unknown color: approx Spanish White. HEX triplet: DE, CE and B9. RGB value is (222,206,185). Sum of RGB (Red+Green+Blue) = 222+206+185=613 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.22% from 613); Green value is 206 (80.86% from 255 or 33.61% from 613); Blue value is 185 (72.66% from 255 or 30.18% from 613); Max value from RGB is 222 - color contains mainly: red. Hex color #DECEB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECEB9 is #213146. Grayscale: #D0D0D0. Windows color (decimal): -2175303 or 12177118. OLE color: 12177118.

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

Color convert

RGB222206185-
CMYK00.070.170.13
HSL34.05º35.92%79.8%-
HSV(B)34.05º16.67%87.06%-
XYZ60.9563.1754.88-
YUV208.39114.8137.71-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.22%
GREEN value IS 206 (80.86% from 255) = 33.61%
BLUE value IS 185 (72.66% from 255) = 30.18%
R=36.22%
G=33.61%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220618500.070.170.1334.0535.9279.8
HexDECEB90711D222450
Octal3363162710721154244120
Binary11011110110011101011100101111000111011000101001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECEB9; }

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

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

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

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

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

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

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

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