Shades of Sulu #CCDD8C
Tints of Sulu #CCDD8C
RGB
CMYK
RGB Variations
Color information
#CCDD8C (or 0xCCDD8C) is known color: Sulu. HEX triplet: CC, DD and 8C. RGB value is (204,221,140). Sum of RGB (Red+Green+Blue) = 204+221+140=565 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.11% from 565); Green value is 221 (86.72% from 255 or 39.12% from 565); Blue value is 140 (55.08% from 255 or 24.78% from 565); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDD8C is #332273. Grayscale: #CECECE. Windows color (decimal): -3351156 or 9231820. OLE color: 9231820.
HSL color Cylindrical-coordinate representation of color #CCDD8C: hue angle of 72.59º degrees, saturation: 0.54, 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 #CCDD8C is Cyan = 0.08, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 221 | 140 | - |
| CMYK | 0.08 | 0 | 0.37 | 0.13 |
| HSL | 72.59º | 0.54% | 0.71% | - |
| HSV(B) | 72.59º | 0.37% | 0.87% | - |
| XYZ | 55.49 | 66.44 | 34.71 | - |
| YUV | 206.68 | 90.37 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 221 | 140 | 0.08 | 0 | 0.37 | 0.13 | 72.59 | 0.54 | 0.71 |
| Hex | CC | DD | 8C | 8 | 0 | 25 | D | 49 | 36 | 47 |
| Octal | 314 | 335 | 214 | 10 | 0 | 45 | 15 | 111 | 66 | 107 |
| Binary | 11001100 | 11011101 | 10001100 | 1000 | 0 | 100101 | 1101 | 1001001 | 110110 | 1000111 |
Color Harmonies of #CCDD8C
Complementary color
Monochromatic Colors of #CCDD8C
Black with #CCDD8C
Text Example
Text Example
White with #CCDD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDD8C; }
p { color: rgb(204,221,140); }
H1.HeaderClassName
{
color: #CCDD8C;
}
.AnyTagClassName
{
color: #CCDD8C;
}
</style>
background-color css
<style>
a { background-color: #CCDD8C; }
a { background-color: rgb(204,221,140); }
div.DivClassName
{
background-color: #CCDD8C;
}
.BgClassName
{
background-color: #CCDD8C;
}
</style>
border-color css
<style>
span { border-color: #CCDD8C; }
span { border-color: rgb(204,221,140); }
td.TdClassName
{
border-color: #CCDD8C;
}
.TagClassName
{
border-color: #CCDD8C;
}
</style>