Shades of Reef #CCDEA4
Tints of Reef #CCDEA4
RGB
CMYK
RGB Variations
Color information
#CCDEA4 (or 0xCCDEA4) is known color: Reef. HEX triplet: CC, DE and A4. RGB value is (204,222,164). Sum of RGB (Red+Green+Blue) = 204+222+164=590 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.58% from 590); Green value is 222 (87.11% from 255 or 37.63% from 590); Blue value is 164 (64.45% from 255 or 27.80% from 590); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDEA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDEA4 is #33215B. Grayscale: #D2D2D2. Windows color (decimal): -3350876 or 10804940. OLE color: 10804940.
HSL color Cylindrical-coordinate representation of color #CCDEA4: hue angle of 78.62º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CCDEA4 is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 222 | 164 | - |
| CMYK | 0.08 | 0 | 0.26 | 0.13 |
| HSL | 78.62º | 0.47% | 0.76% | - |
| HSV(B) | 78.62º | 0.26% | 0.87% | - |
| XYZ | 57.72 | 67.76 | 45.16 | - |
| YUV | 210.01 | 102.04 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 222 | 164 | 0.08 | 0 | 0.26 | 0.13 | 78.62 | 0.47 | 0.76 |
| Hex | CC | DE | A4 | 8 | 0 | 1A | D | 4F | 2F | 4C |
| Octal | 314 | 336 | 244 | 10 | 0 | 32 | 15 | 117 | 57 | 114 |
| Binary | 11001100 | 11011110 | 10100100 | 1000 | 0 | 11010 | 1101 | 1001111 | 101111 | 1001100 |
Color Harmonies of #CCDEA4
Complementary color
Monochromatic Colors of #CCDEA4
Black with #CCDEA4
Text Example
Text Example
White with #CCDEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDEA4; }
p { color: rgb(204,222,164); }
H1.HeaderClassName
{
color: #CCDEA4;
}
.AnyTagClassName
{
color: #CCDEA4;
}
</style>
background-color css
<style>
a { background-color: #CCDEA4; }
a { background-color: rgb(204,222,164); }
div.DivClassName
{
background-color: #CCDEA4;
}
.BgClassName
{
background-color: #CCDEA4;
}
</style>
border-color css
<style>
span { border-color: #CCDEA4; }
span { border-color: rgb(204,222,164); }
td.TdClassName
{
border-color: #CCDEA4;
}
.TagClassName
{
border-color: #CCDEA4;
}
</style>