#DECFB6

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

Shades of Spanish White #DECFB6

Tints of Spanish White #DECFB6

Color information

#DECFB6 (or 0xDECFB6) is unknown color: approx Spanish White. HEX triplet: DE, CF and B6. RGB value is (222,207,182). Sum of RGB (Red+Green+Blue) = 222+207+182=611 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.33% from 611); Green value is 207 (81.25% from 255 or 33.88% from 611); Blue value is 182 (71.48% from 255 or 29.79% from 611); Max value from RGB is 222 - color contains mainly: red. Hex color #DECFB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECFB6 is #213049. Grayscale: #D0D0D0. Windows color (decimal): -2175050 or 11980766. OLE color: 11980766.

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

Color convert

RGB222207182-
CMYK00.070.180.13
HSL37.5º37.74%79.22%-
HSV(B)37.5º18.02%87.06%-
XYZ60.8863.5353.31-
YUV208.64112.97137.53-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.33%
GREEN value IS 207 (81.25% from 255) = 33.88%
BLUE value IS 182 (71.48% from 255) = 29.79%
R=36.33%
G=33.88%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220718200.070.180.1337.537.7479.22
HexDECFB60712D26264f
Octal3363172660722154646117
Binary11011110110011111011011001111001011011001101001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECFB6; }

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

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

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

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

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

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

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

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