Shades of Reef #CCDF9E
Tints of Reef #CCDF9E
RGB
CMYK
RGB Variations
Color information
#CCDF9E (or 0xCCDF9E) is known color: Reef. HEX triplet: CC, DF and 9E. RGB value is (204,223,158). Sum of RGB (Red+Green+Blue) = 204+223+158=585 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.87% from 585); Green value is 223 (87.5% from 255 or 38.12% from 585); Blue value is 158 (62.11% from 255 or 27.01% from 585); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDF9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDF9E is #332061. Grayscale: #D2D2D2. Windows color (decimal): -3350626 or 10411980. OLE color: 10411980.
HSL color Cylindrical-coordinate representation of color #CCDF9E: hue angle of 77.54º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CCDF9E is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 223 | 158 | - |
| CMYK | 0.09 | 0 | 0.29 | 0.13 |
| HSL | 77.54º | 0.5% | 0.75% | - |
| HSV(B) | 77.54º | 0.29% | 0.87% | - |
| XYZ | 57.46 | 68.08 | 42.46 | - |
| YUV | 209.91 | 98.71 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 223 | 158 | 0.09 | 0 | 0.29 | 0.13 | 77.54 | 0.5 | 0.75 |
| Hex | CC | DF | 9E | 9 | 0 | 1D | D | 4E | 32 | 4B |
| Octal | 314 | 337 | 236 | 11 | 0 | 35 | 15 | 116 | 62 | 113 |
| Binary | 11001100 | 11011111 | 10011110 | 1001 | 0 | 11101 | 1101 | 1001110 | 110010 | 1001011 |
Color Harmonies of #CCDF9E
Complementary color
Monochromatic Colors of #CCDF9E
Black with #CCDF9E
Text Example
Text Example
White with #CCDF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDF9E; }
p { color: rgb(204,223,158); }
H1.HeaderClassName
{
color: #CCDF9E;
}
.AnyTagClassName
{
color: #CCDF9E;
}
</style>
background-color css
<style>
a { background-color: #CCDF9E; }
a { background-color: rgb(204,223,158); }
div.DivClassName
{
background-color: #CCDF9E;
}
.BgClassName
{
background-color: #CCDF9E;
}
</style>
border-color css
<style>
span { border-color: #CCDF9E; }
span { border-color: rgb(204,223,158); }
td.TdClassName
{
border-color: #CCDF9E;
}
.TagClassName
{
border-color: #CCDF9E;
}
</style>