Shades of Reef #CCDFAA
Tints of Reef #CCDFAA
RGB
CMYK
RGB Variations
Color information
#CCDFAA (or 0xCCDFAA) is known color: Reef. HEX triplet: CC, DF and AA. RGB value is (204,223,170). Sum of RGB (Red+Green+Blue) = 204+223+170=597 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.17% from 597); Green value is 223 (87.5% from 255 or 37.35% from 597); Blue value is 170 (66.80% from 255 or 28.48% from 597); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDFAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDFAA is #332055. Grayscale: #D3D3D3. Windows color (decimal): -3350614 or 11198412. OLE color: 11198412.
HSL color Cylindrical-coordinate representation of color #CCDFAA: hue angle of 81.51º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCDFAA is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 223 | 170 | - |
| CMYK | 0.09 | 0 | 0.24 | 0.13 |
| HSL | 81.51º | 0.45% | 0.77% | - |
| HSV(B) | 81.51º | 0.24% | 0.87% | - |
| XYZ | 58.55 | 68.52 | 48.17 | - |
| YUV | 211.28 | 104.71 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 223 | 170 | 0.09 | 0 | 0.24 | 0.13 | 81.51 | 0.45 | 0.77 |
| Hex | CC | DF | AA | 9 | 0 | 18 | D | 52 | 2D | 4D |
| Octal | 314 | 337 | 252 | 11 | 0 | 30 | 15 | 122 | 55 | 115 |
| Binary | 11001100 | 11011111 | 10101010 | 1001 | 0 | 11000 | 1101 | 1010010 | 101101 | 1001101 |
Color Harmonies of #CCDFAA
Complementary color
Monochromatic Colors of #CCDFAA
Black with #CCDFAA
Text Example
Text Example
White with #CCDFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDFAA; }
p { color: rgb(204,223,170); }
H1.HeaderClassName
{
color: #CCDFAA;
}
.AnyTagClassName
{
color: #CCDFAA;
}
</style>
background-color css
<style>
a { background-color: #CCDFAA; }
a { background-color: rgb(204,223,170); }
div.DivClassName
{
background-color: #CCDFAA;
}
.BgClassName
{
background-color: #CCDFAA;
}
</style>
border-color css
<style>
span { border-color: #CCDFAA; }
span { border-color: rgb(204,223,170); }
td.TdClassName
{
border-color: #CCDFAA;
}
.TagClassName
{
border-color: #CCDFAA;
}
</style>