Shades of Sandwisp #DECF83
Tints of Sandwisp #DECF83
RGB
CMYK
RGB Variations
Color information
#DECF83 (or 0xDECF83) is known color: Sandwisp. HEX triplet: DE, CF and 83. RGB value is (222,207,131). Sum of RGB (Red+Green+Blue) = 222+207+131=560 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.64% from 560); Green value is 207 (81.25% from 255 or 36.96% from 560); Blue value is 131 (51.56% from 255 or 23.39% from 560); Max value from RGB is 222 - color contains mainly: red. Hex color #DECF83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECF83 is #21307C. Grayscale: #CBCBCB. Windows color (decimal): -2175101 or 8638430. OLE color: 8638430.
HSL color Cylindrical-coordinate representation of color #DECF83: hue angle of 50.11º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DECF83 is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 207 | 131 | - |
| CMYK | 0 | 0.07 | 0.41 | 0.13 |
| HSL | 50.11º | 0.58% | 0.69% | - |
| HSV(B) | 50.11º | 0.41% | 0.87% | - |
| XYZ | 56.53 | 61.79 | 30.42 | - |
| YUV | 202.82 | 87.47 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 207 | 131 | 0 | 0.07 | 0.41 | 0.13 | 50.11 | 0.58 | 0.69 |
| Hex | DE | CF | 83 | 0 | 7 | 29 | D | 32 | 3A | 45 |
| Octal | 336 | 317 | 203 | 0 | 7 | 51 | 15 | 62 | 72 | 105 |
| Binary | 11011110 | 11001111 | 10000011 | 0 | 111 | 101001 | 1101 | 110010 | 111010 | 1000101 |
Color Harmonies of #DECF83
Complementary color
Monochromatic Colors of #DECF83
Black with #DECF83
Text Example
Text Example
White with #DECF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECF83; }
p { color: rgb(222,207,131); }
H1.HeaderClassName
{
color: #DECF83;
}
.AnyTagClassName
{
color: #DECF83;
}
</style>
background-color css
<style>
a { background-color: #DECF83; }
a { background-color: rgb(222,207,131); }
div.DivClassName
{
background-color: #DECF83;
}
.BgClassName
{
background-color: #DECF83;
}
</style>
border-color css
<style>
span { border-color: #DECF83; }
span { border-color: rgb(222,207,131); }
td.TdClassName
{
border-color: #DECF83;
}
.TagClassName
{
border-color: #DECF83;
}
</style>