Shades of Reef #CCDFA4
Tints of Reef #CCDFA4
RGB
CMYK
RGB Variations
Color information
#CCDFA4 (or 0xCCDFA4) is known color: Reef. HEX triplet: CC, DF and A4. RGB value is (204,223,164). Sum of RGB (Red+Green+Blue) = 204+223+164=591 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.52% from 591); Green value is 223 (87.5% from 255 or 37.73% from 591); Blue value is 164 (64.45% from 255 or 27.75% from 591); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDFA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDFA4 is #33205B. Grayscale: #D2D2D2. Windows color (decimal): -3350620 or 10805196. OLE color: 10805196.
HSL color Cylindrical-coordinate representation of color #CCDFA4: hue angle of 79.32º degrees, saturation: 0.48, 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 #CCDFA4 is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 223 | 164 | - |
| CMYK | 0.09 | 0 | 0.26 | 0.13 |
| HSL | 79.32º | 0.48% | 0.76% | - |
| HSV(B) | 79.32º | 0.26% | 0.87% | - |
| XYZ | 57.99 | 68.29 | 45.25 | - |
| YUV | 210.59 | 101.71 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 223 | 164 | 0.09 | 0 | 0.26 | 0.13 | 79.32 | 0.48 | 0.76 |
| Hex | CC | DF | A4 | 9 | 0 | 1A | D | 4F | 30 | 4C |
| Octal | 314 | 337 | 244 | 11 | 0 | 32 | 15 | 117 | 60 | 114 |
| Binary | 11001100 | 11011111 | 10100100 | 1001 | 0 | 11010 | 1101 | 1001111 | 110000 | 1001100 |
Color Harmonies of #CCDFA4
Complementary color
Monochromatic Colors of #CCDFA4
Black with #CCDFA4
Text Example
Text Example
White with #CCDFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDFA4; }
p { color: rgb(204,223,164); }
H1.HeaderClassName
{
color: #CCDFA4;
}
.AnyTagClassName
{
color: #CCDFA4;
}
</style>
background-color css
<style>
a { background-color: #CCDFA4; }
a { background-color: rgb(204,223,164); }
div.DivClassName
{
background-color: #CCDFA4;
}
.BgClassName
{
background-color: #CCDFA4;
}
</style>
border-color css
<style>
span { border-color: #CCDFA4; }
span { border-color: rgb(204,223,164); }
td.TdClassName
{
border-color: #CCDFA4;
}
.TagClassName
{
border-color: #CCDFA4;
}
</style>