Shades of Sulu #CCDF8C
Tints of Sulu #CCDF8C
RGB
CMYK
RGB Variations
Color information
#CCDF8C (or 0xCCDF8C) is known color: Sulu. HEX triplet: CC, DF and 8C. RGB value is (204,223,140). Sum of RGB (Red+Green+Blue) = 204+223+140=567 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.98% from 567); Green value is 223 (87.5% from 255 or 39.33% from 567); Blue value is 140 (55.08% from 255 or 24.69% from 567); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDF8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDF8C is #332073. Grayscale: #D0D0D0. Windows color (decimal): -3350644 or 9232332. OLE color: 9232332.
HSL color Cylindrical-coordinate representation of color #CCDF8C: hue angle of 73.73º degrees, saturation: 0.56, 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 #CCDF8C is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 223 | 140 | - |
| CMYK | 0.09 | 0 | 0.37 | 0.13 |
| HSL | 73.73º | 0.56% | 0.71% | - |
| HSV(B) | 73.73º | 0.37% | 0.87% | - |
| XYZ | 56.02 | 67.51 | 34.89 | - |
| YUV | 207.86 | 89.71 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 223 | 140 | 0.09 | 0 | 0.37 | 0.13 | 73.73 | 0.56 | 0.71 |
| Hex | CC | DF | 8C | 9 | 0 | 25 | D | 4A | 38 | 47 |
| Octal | 314 | 337 | 214 | 11 | 0 | 45 | 15 | 112 | 70 | 107 |
| Binary | 11001100 | 11011111 | 10001100 | 1001 | 0 | 100101 | 1101 | 1001010 | 111000 | 1000111 |
Color Harmonies of #CCDF8C
Complementary color
Monochromatic Colors of #CCDF8C
Black with #CCDF8C
Text Example
Text Example
White with #CCDF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDF8C; }
p { color: rgb(204,223,140); }
H1.HeaderClassName
{
color: #CCDF8C;
}
.AnyTagClassName
{
color: #CCDF8C;
}
</style>
background-color css
<style>
a { background-color: #CCDF8C; }
a { background-color: rgb(204,223,140); }
div.DivClassName
{
background-color: #CCDF8C;
}
.BgClassName
{
background-color: #CCDF8C;
}
</style>
border-color css
<style>
span { border-color: #CCDF8C; }
span { border-color: rgb(204,223,140); }
td.TdClassName
{
border-color: #CCDF8C;
}
.TagClassName
{
border-color: #CCDF8C;
}
</style>