Shades of Reef #CCDD9E
Tints of Reef #CCDD9E
RGB
CMYK
RGB Variations
Color information
#CCDD9E (or 0xCCDD9E) is known color: Reef. HEX triplet: CC, DD and 9E. RGB value is (204,221,158). Sum of RGB (Red+Green+Blue) = 204+221+158=583 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.99% from 583); Green value is 221 (86.72% from 255 or 37.91% from 583); Blue value is 158 (62.11% from 255 or 27.10% from 583); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDD9E is #332261. Grayscale: #D0D0D0. Windows color (decimal): -3351138 or 10411468. OLE color: 10411468.
HSL color Cylindrical-coordinate representation of color #CCDD9E: hue angle of 76.19º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CCDD9E is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
RGB | 204 | 221 | 158 | - |
CMYK | 0.08 | 0 | 0.29 | 0.13 |
HSL | 76.19º | 0.48% | 0.74% | - |
HSV(B) | 76.19º | 0.29% | 0.87% | - |
XYZ | 56.93 | 67.02 | 42.28 | - |
YUV | 208.74 | 99.37 | 124.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 221 | 158 | 0.08 | 0 | 0.29 | 0.13 | 76.19 | 0.48 | 0.74 |
Hex | CC | DD | 9E | 8 | 0 | 1D | D | 4C | 30 | 4A |
Octal | 314 | 335 | 236 | 10 | 0 | 35 | 15 | 114 | 60 | 112 |
Binary | 11001100 | 11011101 | 10011110 | 1000 | 0 | 11101 | 1101 | 1001100 | 110000 | 1001010 |
Color Harmonies of #CCDD9E
Complementary color
Monochromatic Colors of #CCDD9E
Black with #CCDD9E
Text Example
Text Example
White with #CCDD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDD9E; }
p { color: rgb(204,221,158); }
H1.HeaderClassName
{
color: #CCDD9E;
}
.AnyTagClassName
{
color: #CCDD9E;
}
</style>
background-color css
<style>
a { background-color: #CCDD9E; }
a { background-color: rgb(204,221,158); }
div.DivClassName
{
background-color: #CCDD9E;
}
.BgClassName
{
background-color: #CCDD9E;
}
</style>
border-color css
<style>
span { border-color: #CCDD9E; }
span { border-color: rgb(204,221,158); }
td.TdClassName
{
border-color: #CCDD9E;
}
.TagClassName
{
border-color: #CCDD9E;
}
</style>