Shades of Reef #CCDFA8
Tints of Reef #CCDFA8
RGB
CMYK
RGB Variations
Color information
#CCDFA8 (or 0xCCDFA8) is known color: Reef. HEX triplet: CC, DF and A8. RGB value is (204,223,168). Sum of RGB (Red+Green+Blue) = 204+223+168=595 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.29% from 595); Green value is 223 (87.5% from 255 or 37.48% from 595); Blue value is 168 (66.02% from 255 or 28.24% from 595); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDFA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDFA8 is #332057. Grayscale: #D3D3D3. Windows color (decimal): -3350616 or 11067340. OLE color: 11067340.
HSL color Cylindrical-coordinate representation of color #CCDFA8: hue angle of 80.73º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCDFA8 is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 223 | 168 | - |
| CMYK | 0.09 | 0 | 0.25 | 0.13 |
| HSL | 80.73º | 0.46% | 0.77% | - |
| HSV(B) | 80.73º | 0.25% | 0.87% | - |
| XYZ | 58.36 | 68.44 | 47.18 | - |
| YUV | 211.05 | 103.71 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 223 | 168 | 0.09 | 0 | 0.25 | 0.13 | 80.73 | 0.46 | 0.77 |
| Hex | CC | DF | A8 | 9 | 0 | 19 | D | 51 | 2E | 4D |
| Octal | 314 | 337 | 250 | 11 | 0 | 31 | 15 | 121 | 56 | 115 |
| Binary | 11001100 | 11011111 | 10101000 | 1001 | 0 | 11001 | 1101 | 1010001 | 101110 | 1001101 |
Color Harmonies of #CCDFA8
Complementary color
Monochromatic Colors of #CCDFA8
Black with #CCDFA8
Text Example
Text Example
White with #CCDFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDFA8; }
p { color: rgb(204,223,168); }
H1.HeaderClassName
{
color: #CCDFA8;
}
.AnyTagClassName
{
color: #CCDFA8;
}
</style>
background-color css
<style>
a { background-color: #CCDFA8; }
a { background-color: rgb(204,223,168); }
div.DivClassName
{
background-color: #CCDFA8;
}
.BgClassName
{
background-color: #CCDFA8;
}
</style>
border-color css
<style>
span { border-color: #CCDFA8; }
span { border-color: rgb(204,223,168); }
td.TdClassName
{
border-color: #CCDFA8;
}
.TagClassName
{
border-color: #CCDFA8;
}
</style>