Shades of Sulu #CCDF8B
Tints of Sulu #CCDF8B
RGB
CMYK
RGB Variations
Color information
#CCDF8B (or 0xCCDF8B) is known color: Sulu. HEX triplet: CC, DF and 8B. RGB value is (204,223,139). Sum of RGB (Red+Green+Blue) = 204+223+139=566 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.04% from 566); Green value is 223 (87.5% from 255 or 39.40% from 566); Blue value is 139 (54.69% from 255 or 24.56% from 566); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDF8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDF8B is #332074. Grayscale: #D0D0D0. Windows color (decimal): -3350645 or 9166796. OLE color: 9166796.
HSL color Cylindrical-coordinate representation of color #CCDF8B: hue angle of 73.57º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CCDF8B is Cyan = 0.09, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 223 | 139 | - |
| CMYK | 0.09 | 0 | 0.38 | 0.13 |
| HSL | 73.57º | 0.57% | 0.71% | - |
| HSV(B) | 73.57º | 0.38% | 0.87% | - |
| XYZ | 55.95 | 67.48 | 34.5 | - |
| YUV | 207.74 | 89.21 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 223 | 139 | 0.09 | 0 | 0.38 | 0.13 | 73.57 | 0.57 | 0.71 |
| Hex | CC | DF | 8B | 9 | 0 | 26 | D | 4A | 39 | 47 |
| Octal | 314 | 337 | 213 | 11 | 0 | 46 | 15 | 112 | 71 | 107 |
| Binary | 11001100 | 11011111 | 10001011 | 1001 | 0 | 100110 | 1101 | 1001010 | 111001 | 1000111 |
Color Harmonies of #CCDF8B
Complementary color
Monochromatic Colors of #CCDF8B
Black with #CCDF8B
Text Example
Text Example
White with #CCDF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDF8B; }
p { color: rgb(204,223,139); }
H1.HeaderClassName
{
color: #CCDF8B;
}
.AnyTagClassName
{
color: #CCDF8B;
}
</style>
background-color css
<style>
a { background-color: #CCDF8B; }
a { background-color: rgb(204,223,139); }
div.DivClassName
{
background-color: #CCDF8B;
}
.BgClassName
{
background-color: #CCDF8B;
}
</style>
border-color css
<style>
span { border-color: #CCDF8B; }
span { border-color: rgb(204,223,139); }
td.TdClassName
{
border-color: #CCDF8B;
}
.TagClassName
{
border-color: #CCDF8B;
}
</style>