Shades of Reef #CCDFAC
Tints of Reef #CCDFAC
RGB
CMYK
RGB Variations
Color information
#CCDFAC (or 0xCCDFAC) is known color: Reef. HEX triplet: CC, DF and AC. RGB value is (204,223,172). Sum of RGB (Red+Green+Blue) = 204+223+172=599 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.06% from 599); Green value is 223 (87.5% from 255 or 37.23% from 599); Blue value is 172 (67.58% from 255 or 28.71% from 599); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDFAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDFAC is #332053. Grayscale: #D3D3D3. Windows color (decimal): -3350612 or 11329484. OLE color: 11329484.
HSL color Cylindrical-coordinate representation of color #CCDFAC: hue angle of 82.35º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCDFAC is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
RGB | 204 | 223 | 172 | - |
CMYK | 0.09 | 0 | 0.23 | 0.13 |
HSL | 82.35º | 0.44% | 0.77% | - |
HSV(B) | 82.35º | 0.23% | 0.87% | - |
XYZ | 58.74 | 68.59 | 49.17 | - |
YUV | 211.51 | 105.71 | 122.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 223 | 172 | 0.09 | 0 | 0.23 | 0.13 | 82.35 | 0.44 | 0.77 |
Hex | CC | DF | AC | 9 | 0 | 17 | D | 52 | 2C | 4D |
Octal | 314 | 337 | 254 | 11 | 0 | 27 | 15 | 122 | 54 | 115 |
Binary | 11001100 | 11011111 | 10101100 | 1001 | 0 | 10111 | 1101 | 1010010 | 101100 | 1001101 |
Color Harmonies of #CCDFAC
Complementary color
Monochromatic Colors of #CCDFAC
Black with #CCDFAC
Text Example
Text Example
White with #CCDFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDFAC; }
p { color: rgb(204,223,172); }
H1.HeaderClassName
{
color: #CCDFAC;
}
.AnyTagClassName
{
color: #CCDFAC;
}
</style>
background-color css
<style>
a { background-color: #CCDFAC; }
a { background-color: rgb(204,223,172); }
div.DivClassName
{
background-color: #CCDFAC;
}
.BgClassName
{
background-color: #CCDFAC;
}
</style>
border-color css
<style>
span { border-color: #CCDFAC; }
span { border-color: rgb(204,223,172); }
td.TdClassName
{
border-color: #CCDFAC;
}
.TagClassName
{
border-color: #CCDFAC;
}
</style>