Shades of Sulu #CCE686
Tints of Sulu #CCE686
RGB
CMYK
RGB Variations
Color information
#CCE686 (or 0xCCE686) is known color: Sulu. HEX triplet: CC, E6 and 86. RGB value is (204,230,134). Sum of RGB (Red+Green+Blue) = 204+230+134=568 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.92% from 568); Green value is 230 (90.23% from 255 or 40.49% from 568); Blue value is 134 (52.73% from 255 or 23.59% from 568); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE686 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCE686 is #331979. Grayscale: #D3D3D3. Windows color (decimal): -3348858 or 8840908. OLE color: 8840908.
HSL color Cylindrical-coordinate representation of color #CCE686: hue angle of 76.25º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CCE686 is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 230 | 134 | - |
| CMYK | 0.11 | 0 | 0.42 | 0.10 |
| HSL | 76.25º | 0.66% | 0.71% | - |
| HSV(B) | 76.25º | 0.42% | 0.9% | - |
| XYZ | 57.5 | 71.15 | 33.26 | - |
| YUV | 211.28 | 84.39 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 230 | 134 | 0.11 | 0 | 0.42 | 0.10 | 76.25 | 0.66 | 0.71 |
| Hex | CC | E6 | 86 | B | 0 | 2A | A | 4C | 42 | 47 |
| Octal | 314 | 346 | 206 | 13 | 0 | 52 | 12 | 114 | 102 | 107 |
| Binary | 11001100 | 11100110 | 10000110 | 1011 | 0 | 101010 | 1010 | 1001100 | 1000010 | 1000111 |
Color Harmonies of #CCE686
Complementary color
Monochromatic Colors of #CCE686
Black with #CCE686
Text Example
Text Example
White with #CCE686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE686; }
p { color: rgb(204,230,134); }
H1.HeaderClassName
{
color: #CCE686;
}
.AnyTagClassName
{
color: #CCE686;
}
</style>
background-color css
<style>
a { background-color: #CCE686; }
a { background-color: rgb(204,230,134); }
div.DivClassName
{
background-color: #CCE686;
}
.BgClassName
{
background-color: #CCE686;
}
</style>
border-color css
<style>
span { border-color: #CCE686; }
span { border-color: rgb(204,230,134); }
td.TdClassName
{
border-color: #CCE686;
}
.TagClassName
{
border-color: #CCE686;
}
</style>