Shades of Sandwisp #DECF80
Tints of Sandwisp #DECF80
RGB
CMYK
RGB Variations
Color information
#DECF80 (or 0xDECF80) is known color: 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
| RGB | 222 | 207 | 128 | - |
| CMYK | 0 | 0.07 | 0.42 | 0.13 |
| HSL | 50.43º | 0.59% | 0.69% | - |
| HSV(B) | 50.43º | 0.42% | 0.87% | - |
| XYZ | 56.33 | 61.71 | 29.36 | - |
| YUV | 202.48 | 85.97 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 207 | 128 | 0 | 0.07 | 0.42 | 0.13 | 50.43 | 0.59 | 0.69 |
| Hex | DE | CF | 80 | 0 | 7 | 2A | D | 32 | 3B | 45 |
| Octal | 336 | 317 | 200 | 0 | 7 | 52 | 15 | 62 | 73 | 105 |
| Binary | 11011110 | 11001111 | 10000000 | 0 | 111 | 101010 | 1101 | 110010 | 111011 | 1000101 |
Color Harmonies of #DECF80
Complementary color
Monochromatic Colors of #DECF80
Black with #DECF80
Text Example
Text Example
White with #DECF80
Text Example
Text Example
HTML Codes & Css Web 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>