Shades of Sulu #CCDF8E
Tints of Sulu #CCDF8E
RGB
CMYK
RGB Variations
Color information
#CCDF8E (or 0xCCDF8E) is known color: Sulu. HEX triplet: CC, DF and 8E. RGB value is (204,223,142). Sum of RGB (Red+Green+Blue) = 204+223+142=569 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.85% from 569); Green value is 223 (87.5% from 255 or 39.19% from 569); Blue value is 142 (55.86% from 255 or 24.96% from 569); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDF8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDF8E is #332071. Grayscale: #D0D0D0. Windows color (decimal): -3350642 or 9363404. OLE color: 9363404.
HSL color Cylindrical-coordinate representation of color #CCDF8E: hue angle of 74.07º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CCDF8E is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 223 | 142 | - |
| CMYK | 0.09 | 0 | 0.36 | 0.13 |
| HSL | 74.07º | 0.56% | 0.72% | - |
| HSV(B) | 74.07º | 0.36% | 0.87% | - |
| XYZ | 56.17 | 67.57 | 35.67 | - |
| YUV | 208.09 | 90.71 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 223 | 142 | 0.09 | 0 | 0.36 | 0.13 | 74.07 | 0.56 | 0.72 |
| Hex | CC | DF | 8E | 9 | 0 | 24 | D | 4A | 38 | 48 |
| Octal | 314 | 337 | 216 | 11 | 0 | 44 | 15 | 112 | 70 | 110 |
| Binary | 11001100 | 11011111 | 10001110 | 1001 | 0 | 100100 | 1101 | 1001010 | 111000 | 1001000 |
Color Harmonies of #CCDF8E
Complementary color
Monochromatic Colors of #CCDF8E
Black with #CCDF8E
Text Example
Text Example
White with #CCDF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDF8E; }
p { color: rgb(204,223,142); }
H1.HeaderClassName
{
color: #CCDF8E;
}
.AnyTagClassName
{
color: #CCDF8E;
}
</style>
background-color css
<style>
a { background-color: #CCDF8E; }
a { background-color: rgb(204,223,142); }
div.DivClassName
{
background-color: #CCDF8E;
}
.BgClassName
{
background-color: #CCDF8E;
}
</style>
border-color css
<style>
span { border-color: #CCDF8E; }
span { border-color: rgb(204,223,142); }
td.TdClassName
{
border-color: #CCDF8E;
}
.TagClassName
{
border-color: #CCDF8E;
}
</style>