Shades of Reef #CCDFA1
Tints of Reef #CCDFA1
RGB
CMYK
RGB Variations
Color information
#CCDFA1 (or 0xCCDFA1) is known color: Reef. HEX triplet: CC, DF and A1. RGB value is (204,223,161). Sum of RGB (Red+Green+Blue) = 204+223+161=588 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.69% from 588); Green value is 223 (87.5% from 255 or 37.93% from 588); Blue value is 161 (63.28% from 255 or 27.38% from 588); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDFA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDFA1 is #33205E. Grayscale: #D2D2D2. Windows color (decimal): -3350623 or 10608588. OLE color: 10608588.
HSL color Cylindrical-coordinate representation of color #CCDFA1: hue angle of 78.39º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CCDFA1 is Cyan = 0.09, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 223 | 161 | - |
| CMYK | 0.09 | 0 | 0.28 | 0.13 |
| HSL | 78.39º | 0.49% | 0.75% | - |
| HSV(B) | 78.39º | 0.28% | 0.87% | - |
| XYZ | 57.72 | 68.19 | 43.84 | - |
| YUV | 210.25 | 100.21 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 223 | 161 | 0.09 | 0 | 0.28 | 0.13 | 78.39 | 0.49 | 0.75 |
| Hex | CC | DF | A1 | 9 | 0 | 1C | D | 4E | 31 | 4B |
| Octal | 314 | 337 | 241 | 11 | 0 | 34 | 15 | 116 | 61 | 113 |
| Binary | 11001100 | 11011111 | 10100001 | 1001 | 0 | 11100 | 1101 | 1001110 | 110001 | 1001011 |
Color Harmonies of #CCDFA1
Complementary color
Monochromatic Colors of #CCDFA1
Black with #CCDFA1
Text Example
Text Example
White with #CCDFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDFA1; }
p { color: rgb(204,223,161); }
H1.HeaderClassName
{
color: #CCDFA1;
}
.AnyTagClassName
{
color: #CCDFA1;
}
</style>
background-color css
<style>
a { background-color: #CCDFA1; }
a { background-color: rgb(204,223,161); }
div.DivClassName
{
background-color: #CCDFA1;
}
.BgClassName
{
background-color: #CCDFA1;
}
</style>
border-color css
<style>
span { border-color: #CCDFA1; }
span { border-color: rgb(204,223,161); }
td.TdClassName
{
border-color: #CCDFA1;
}
.TagClassName
{
border-color: #CCDFA1;
}
</style>