Shades of Sulu #CCDE8C
Tints of Sulu #CCDE8C
RGB
CMYK
RGB Variations
Color information
#CCDE8C (or 0xCCDE8C) is known color: Sulu. HEX triplet: CC, DE and 8C. RGB value is (204,222,140). Sum of RGB (Red+Green+Blue) = 204+222+140=566 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.04% from 566); Green value is 222 (87.11% from 255 or 39.22% from 566); Blue value is 140 (55.08% from 255 or 24.73% from 566); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDE8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDE8C is #332173. Grayscale: #CFCFCF. Windows color (decimal): -3350900 or 9232076. OLE color: 9232076.
HSL color Cylindrical-coordinate representation of color #CCDE8C: hue angle of 73.17º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CCDE8C is Cyan = 0.08, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 222 | 140 | - |
| CMYK | 0.08 | 0 | 0.37 | 0.13 |
| HSL | 73.17º | 0.55% | 0.71% | - |
| HSV(B) | 73.17º | 0.37% | 0.87% | - |
| XYZ | 55.76 | 66.97 | 34.8 | - |
| YUV | 207.27 | 90.04 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 222 | 140 | 0.08 | 0 | 0.37 | 0.13 | 73.17 | 0.55 | 0.71 |
| Hex | CC | DE | 8C | 8 | 0 | 25 | D | 49 | 37 | 47 |
| Octal | 314 | 336 | 214 | 10 | 0 | 45 | 15 | 111 | 67 | 107 |
| Binary | 11001100 | 11011110 | 10001100 | 1000 | 0 | 100101 | 1101 | 1001001 | 110111 | 1000111 |
Color Harmonies of #CCDE8C
Complementary color
Monochromatic Colors of #CCDE8C
Black with #CCDE8C
Text Example
Text Example
White with #CCDE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDE8C; }
p { color: rgb(204,222,140); }
H1.HeaderClassName
{
color: #CCDE8C;
}
.AnyTagClassName
{
color: #CCDE8C;
}
</style>
background-color css
<style>
a { background-color: #CCDE8C; }
a { background-color: rgb(204,222,140); }
div.DivClassName
{
background-color: #CCDE8C;
}
.BgClassName
{
background-color: #CCDE8C;
}
</style>
border-color css
<style>
span { border-color: #CCDE8C; }
span { border-color: rgb(204,222,140); }
td.TdClassName
{
border-color: #CCDE8C;
}
.TagClassName
{
border-color: #CCDE8C;
}
</style>