Shades of Sulu #CCDE86
Tints of Sulu #CCDE86
RGB
CMYK
RGB Variations
Color information
#CCDE86 (or 0xCCDE86) is known color: Sulu. HEX triplet: CC, DE and 86. RGB value is (204,222,134). Sum of RGB (Red+Green+Blue) = 204+222+134=560 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.43% from 560); Green value is 222 (87.11% from 255 or 39.64% from 560); Blue value is 134 (52.73% from 255 or 23.93% from 560); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDE86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDE86 is #332179. Grayscale: #CECECE. Windows color (decimal): -3350906 or 8838860. OLE color: 8838860.
HSL color Cylindrical-coordinate representation of color #CCDE86: hue angle of 72.27º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCDE86 is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 222 | 134 | - |
| CMYK | 0.08 | 0 | 0.40 | 0.13 |
| HSL | 72.27º | 0.57% | 0.7% | - |
| HSV(B) | 72.27º | 0.4% | 0.87% | - |
| XYZ | 55.33 | 66.8 | 32.53 | - |
| YUV | 206.59 | 87.04 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 222 | 134 | 0.08 | 0 | 0.40 | 0.13 | 72.27 | 0.57 | 0.7 |
| Hex | CC | DE | 86 | 8 | 0 | 28 | D | 48 | 39 | 46 |
| Octal | 314 | 336 | 206 | 10 | 0 | 50 | 15 | 110 | 71 | 106 |
| Binary | 11001100 | 11011110 | 10000110 | 1000 | 0 | 101000 | 1101 | 1001000 | 111001 | 1000110 |
Color Harmonies of #CCDE86
Complementary color
Monochromatic Colors of #CCDE86
Black with #CCDE86
Text Example
Text Example
White with #CCDE86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDE86; }
p { color: rgb(204,222,134); }
H1.HeaderClassName
{
color: #CCDE86;
}
.AnyTagClassName
{
color: #CCDE86;
}
</style>
background-color css
<style>
a { background-color: #CCDE86; }
a { background-color: rgb(204,222,134); }
div.DivClassName
{
background-color: #CCDE86;
}
.BgClassName
{
background-color: #CCDE86;
}
</style>
border-color css
<style>
span { border-color: #CCDE86; }
span { border-color: rgb(204,222,134); }
td.TdClassName
{
border-color: #CCDE86;
}
.TagClassName
{
border-color: #CCDE86;
}
</style>