Shades of Reef #CCDEA8
Tints of Reef #CCDEA8
RGB
CMYK
RGB Variations
Color information
#CCDEA8 (or 0xCCDEA8) is known color: Reef. HEX triplet: CC, DE and A8. RGB value is (204,222,168). Sum of RGB (Red+Green+Blue) = 204+222+168=594 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.34% from 594); Green value is 222 (87.11% from 255 or 37.37% from 594); Blue value is 168 (66.02% from 255 or 28.28% from 594); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDEA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDEA8 is #332157. Grayscale: #D2D2D2. Windows color (decimal): -3350872 or 11067084. OLE color: 11067084.
HSL color Cylindrical-coordinate representation of color #CCDEA8: hue angle of 80º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCDEA8 is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 222 | 168 | - |
| CMYK | 0.08 | 0 | 0.24 | 0.13 |
| HSL | 80º | 0.45% | 0.76% | - |
| HSV(B) | 80º | 0.24% | 0.87% | - |
| XYZ | 58.09 | 67.91 | 47.09 | - |
| YUV | 210.46 | 104.04 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 222 | 168 | 0.08 | 0 | 0.24 | 0.13 | 80 | 0.45 | 0.76 |
| Hex | CC | DE | A8 | 8 | 0 | 18 | D | 50 | 2D | 4C |
| Octal | 314 | 336 | 250 | 10 | 0 | 30 | 15 | 120 | 55 | 114 |
| Binary | 11001100 | 11011110 | 10101000 | 1000 | 0 | 11000 | 1101 | 1010000 | 101101 | 1001100 |
Color Harmonies of #CCDEA8
Complementary color
Monochromatic Colors of #CCDEA8
Black with #CCDEA8
Text Example
Text Example
White with #CCDEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDEA8; }
p { color: rgb(204,222,168); }
H1.HeaderClassName
{
color: #CCDEA8;
}
.AnyTagClassName
{
color: #CCDEA8;
}
</style>
background-color css
<style>
a { background-color: #CCDEA8; }
a { background-color: rgb(204,222,168); }
div.DivClassName
{
background-color: #CCDEA8;
}
.BgClassName
{
background-color: #CCDEA8;
}
</style>
border-color css
<style>
span { border-color: #CCDEA8; }
span { border-color: rgb(204,222,168); }
td.TdClassName
{
border-color: #CCDEA8;
}
.TagClassName
{
border-color: #CCDEA8;
}
</style>