Shades of Reef #CCDEA3
Tints of Reef #CCDEA3
RGB
CMYK
RGB Variations
Color information
#CCDEA3 (or 0xCCDEA3) is known color: Reef. HEX triplet: CC, DE and A3. RGB value is (204,222,163). Sum of RGB (Red+Green+Blue) = 204+222+163=589 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.63% from 589); Green value is 222 (87.11% from 255 or 37.69% from 589); Blue value is 163 (64.06% from 255 or 27.67% from 589); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDEA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDEA3 is #33215C. Grayscale: #D2D2D2. Windows color (decimal): -3350877 or 10739404. OLE color: 10739404.
HSL color Cylindrical-coordinate representation of color #CCDEA3: hue angle of 78.31º degrees, saturation: 0.47, 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 #CCDEA3 is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 222 | 163 | - |
| CMYK | 0.08 | 0 | 0.27 | 0.13 |
| HSL | 78.31º | 0.47% | 0.75% | - |
| HSV(B) | 78.31º | 0.27% | 0.87% | - |
| XYZ | 57.63 | 67.72 | 44.68 | - |
| YUV | 209.89 | 101.54 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 222 | 163 | 0.08 | 0 | 0.27 | 0.13 | 78.31 | 0.47 | 0.75 |
| Hex | CC | DE | A3 | 8 | 0 | 1B | D | 4E | 2F | 4B |
| Octal | 314 | 336 | 243 | 10 | 0 | 33 | 15 | 116 | 57 | 113 |
| Binary | 11001100 | 11011110 | 10100011 | 1000 | 0 | 11011 | 1101 | 1001110 | 101111 | 1001011 |
Color Harmonies of #CCDEA3
Complementary color
Monochromatic Colors of #CCDEA3
Black with #CCDEA3
Text Example
Text Example
White with #CCDEA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDEA3; }
p { color: rgb(204,222,163); }
H1.HeaderClassName
{
color: #CCDEA3;
}
.AnyTagClassName
{
color: #CCDEA3;
}
</style>
background-color css
<style>
a { background-color: #CCDEA3; }
a { background-color: rgb(204,222,163); }
div.DivClassName
{
background-color: #CCDEA3;
}
.BgClassName
{
background-color: #CCDEA3;
}
</style>
border-color css
<style>
span { border-color: #CCDEA3; }
span { border-color: rgb(204,222,163); }
td.TdClassName
{
border-color: #CCDEA3;
}
.TagClassName
{
border-color: #CCDEA3;
}
</style>