Shades of Sulu #CCE48C
Tints of Sulu #CCE48C
RGB
CMYK
RGB Variations
Color information
#CCE48C (or 0xCCE48C) is known color: Sulu. HEX triplet: CC, E4 and 8C. RGB value is (204,228,140). Sum of RGB (Red+Green+Blue) = 204+228+140=572 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.66% from 572); Green value is 228 (89.45% from 255 or 39.86% from 572); Blue value is 140 (55.08% from 255 or 24.48% from 572); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE48C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE48C is #331B73. Grayscale: #D3D3D3. Windows color (decimal): -3349364 or 9233612. OLE color: 9233612.
HSL color Cylindrical-coordinate representation of color #CCE48C: hue angle of 76.36º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CCE48C is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 228 | 140 | - |
| CMYK | 0.11 | 0 | 0.39 | 0.11 |
| HSL | 76.36º | 0.62% | 0.72% | - |
| HSV(B) | 76.36º | 0.39% | 0.89% | - |
| XYZ | 57.38 | 70.22 | 35.34 | - |
| YUV | 210.79 | 88.05 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 228 | 140 | 0.11 | 0 | 0.39 | 0.11 | 76.36 | 0.62 | 0.72 |
| Hex | CC | E4 | 8C | B | 0 | 27 | B | 4C | 3E | 48 |
| Octal | 314 | 344 | 214 | 13 | 0 | 47 | 13 | 114 | 76 | 110 |
| Binary | 11001100 | 11100100 | 10001100 | 1011 | 0 | 100111 | 1011 | 1001100 | 111110 | 1001000 |
Color Harmonies of #CCE48C
Complementary color
Monochromatic Colors of #CCE48C
Black with #CCE48C
Text Example
Text Example
White with #CCE48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE48C; }
p { color: rgb(204,228,140); }
H1.HeaderClassName
{
color: #CCE48C;
}
.AnyTagClassName
{
color: #CCE48C;
}
</style>
background-color css
<style>
a { background-color: #CCE48C; }
a { background-color: rgb(204,228,140); }
div.DivClassName
{
background-color: #CCE48C;
}
.BgClassName
{
background-color: #CCE48C;
}
</style>
border-color css
<style>
span { border-color: #CCE48C; }
span { border-color: rgb(204,228,140); }
td.TdClassName
{
border-color: #CCE48C;
}
.TagClassName
{
border-color: #CCE48C;
}
</style>