Shades of Sulu #CCDD8F
Tints of Sulu #CCDD8F
RGB
CMYK
RGB Variations
Color information
#CCDD8F (or 0xCCDD8F) is known color: Sulu. HEX triplet: CC, DD and 8F. RGB value is (204,221,143). Sum of RGB (Red+Green+Blue) = 204+221+143=568 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.92% from 568); Green value is 221 (86.72% from 255 or 38.91% from 568); Blue value is 143 (56.25% from 255 or 25.18% from 568); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDD8F is #332270. Grayscale: #CFCFCF. Windows color (decimal): -3351153 or 9428428. OLE color: 9428428.
HSL color Cylindrical-coordinate representation of color #CCDD8F: hue angle of 73.08º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CCDD8F is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 221 | 143 | - |
| CMYK | 0.08 | 0 | 0.35 | 0.13 |
| HSL | 73.08º | 0.53% | 0.71% | - |
| HSV(B) | 73.08º | 0.35% | 0.87% | - |
| XYZ | 55.72 | 66.53 | 35.89 | - |
| YUV | 207.03 | 91.87 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 221 | 143 | 0.08 | 0 | 0.35 | 0.13 | 73.08 | 0.53 | 0.71 |
| Hex | CC | DD | 8F | 8 | 0 | 23 | D | 49 | 35 | 47 |
| Octal | 314 | 335 | 217 | 10 | 0 | 43 | 15 | 111 | 65 | 107 |
| Binary | 11001100 | 11011101 | 10001111 | 1000 | 0 | 100011 | 1101 | 1001001 | 110101 | 1000111 |
Color Harmonies of #CCDD8F
Complementary color
Monochromatic Colors of #CCDD8F
Black with #CCDD8F
Text Example
Text Example
White with #CCDD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDD8F; }
p { color: rgb(204,221,143); }
H1.HeaderClassName
{
color: #CCDD8F;
}
.AnyTagClassName
{
color: #CCDD8F;
}
</style>
background-color css
<style>
a { background-color: #CCDD8F; }
a { background-color: rgb(204,221,143); }
div.DivClassName
{
background-color: #CCDD8F;
}
.BgClassName
{
background-color: #CCDD8F;
}
</style>
border-color css
<style>
span { border-color: #CCDD8F; }
span { border-color: rgb(204,221,143); }
td.TdClassName
{
border-color: #CCDD8F;
}
.TagClassName
{
border-color: #CCDD8F;
}
</style>