Shades of Reef #CCDEA2
Tints of Reef #CCDEA2
RGB
CMYK
RGB Variations
Color information
#CCDEA2 (or 0xCCDEA2) is known color: Reef. HEX triplet: CC, DE and A2. RGB value is (204,222,162). Sum of RGB (Red+Green+Blue) = 204+222+162=588 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.69% from 588); Green value is 222 (87.11% from 255 or 37.76% from 588); Blue value is 162 (63.67% from 255 or 27.55% from 588); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDEA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDEA2 is #33215D. Grayscale: #D1D1D1. Windows color (decimal): -3350878 or 10673868. OLE color: 10673868.
HSL color Cylindrical-coordinate representation of color #CCDEA2: hue angle of 78º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CCDEA2 is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 222 | 162 | - |
| CMYK | 0.08 | 0 | 0.27 | 0.13 |
| HSL | 78º | 0.48% | 0.75% | - |
| HSV(B) | 78º | 0.27% | 0.87% | - |
| XYZ | 57.54 | 67.69 | 44.21 | - |
| YUV | 209.78 | 101.04 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 222 | 162 | 0.08 | 0 | 0.27 | 0.13 | 78 | 0.48 | 0.75 |
| Hex | CC | DE | A2 | 8 | 0 | 1B | D | 4E | 30 | 4B |
| Octal | 314 | 336 | 242 | 10 | 0 | 33 | 15 | 116 | 60 | 113 |
| Binary | 11001100 | 11011110 | 10100010 | 1000 | 0 | 11011 | 1101 | 1001110 | 110000 | 1001011 |
Color Harmonies of #CCDEA2
Complementary color
Monochromatic Colors of #CCDEA2
Black with #CCDEA2
Text Example
Text Example
White with #CCDEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDEA2; }
p { color: rgb(204,222,162); }
H1.HeaderClassName
{
color: #CCDEA2;
}
.AnyTagClassName
{
color: #CCDEA2;
}
</style>
background-color css
<style>
a { background-color: #CCDEA2; }
a { background-color: rgb(204,222,162); }
div.DivClassName
{
background-color: #CCDEA2;
}
.BgClassName
{
background-color: #CCDEA2;
}
</style>
border-color css
<style>
span { border-color: #CCDEA2; }
span { border-color: rgb(204,222,162); }
td.TdClassName
{
border-color: #CCDEA2;
}
.TagClassName
{
border-color: #CCDEA2;
}
</style>