#DECF80

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

Shades of Sandwisp #DECF80

Tints of Sandwisp #DECF80

Color information

#DECF80 (or 0xDECF80) is unknown color: approx Sandwisp. HEX triplet: DE, CF and 80. RGB value is (222,207,128). Sum of RGB (Red+Green+Blue) = 222+207+128=557 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.86% from 557); Green value is 207 (81.25% from 255 or 37.16% from 557); Blue value is 128 (50.39% from 255 or 22.98% from 557); Max value from RGB is 222 - color contains mainly: red. Hex color #DECF80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECF80 is #21307F. Grayscale: #CACACA. Windows color (decimal): -2175104 or 8441822. OLE color: 8441822.

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

Color convert

RGB222207128-
CMYK00.070.420.13
HSL50.43º58.75%68.63%-
HSV(B)50.43º42.34%87.06%-
XYZ56.3361.7129.36-
YUV202.4885.97141.92-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.86%
GREEN value IS 207 (81.25% from 255) = 37.16%
BLUE value IS 128 (50.39% from 255) = 22.98%
R=39.86%
G=37.16%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220712800.070.420.1350.4358.7568.63
HexDECF80072AD323b45
Octal3363172000752156273105
Binary110111101100111110000000011110101011011100101110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECF80; }

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

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

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

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

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

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

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

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