Shades of Reef #CCDFB1
Tints of Reef #CCDFB1
RGB
CMYK
RGB Variations
Color information
#CCDFB1 (or 0xCCDFB1) is known color: Reef. HEX triplet: CC, DF and B1. RGB value is (204,223,177). Sum of RGB (Red+Green+Blue) = 204+223+177=604 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.77% from 604); Green value is 223 (87.5% from 255 or 36.92% from 604); Blue value is 177 (69.53% from 255 or 29.30% from 604); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDFB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDFB1 is #33204E. Grayscale: #D4D4D4. Windows color (decimal): -3350607 or 11657164. OLE color: 11657164.
HSL color Cylindrical-coordinate representation of color #CCDFB1: hue angle of 84.78º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCDFB1 is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 223 | 177 | - |
| CMYK | 0.09 | 0 | 0.21 | 0.13 |
| HSL | 84.78º | 0.42% | 0.78% | - |
| HSV(B) | 84.78º | 0.21% | 0.87% | - |
| XYZ | 59.23 | 68.79 | 51.75 | - |
| YUV | 212.08 | 108.21 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 223 | 177 | 0.09 | 0 | 0.21 | 0.13 | 84.78 | 0.42 | 0.78 |
| Hex | CC | DF | B1 | 9 | 0 | 15 | D | 55 | 2A | 4E |
| Octal | 314 | 337 | 261 | 11 | 0 | 25 | 15 | 125 | 52 | 116 |
| Binary | 11001100 | 11011111 | 10110001 | 1001 | 0 | 10101 | 1101 | 1010101 | 101010 | 1001110 |
Color Harmonies of #CCDFB1
Complementary color
Monochromatic Colors of #CCDFB1
Black with #CCDFB1
Text Example
Text Example
White with #CCDFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDFB1; }
p { color: rgb(204,223,177); }
H1.HeaderClassName
{
color: #CCDFB1;
}
.AnyTagClassName
{
color: #CCDFB1;
}
</style>
background-color css
<style>
a { background-color: #CCDFB1; }
a { background-color: rgb(204,223,177); }
div.DivClassName
{
background-color: #CCDFB1;
}
.BgClassName
{
background-color: #CCDFB1;
}
</style>
border-color css
<style>
span { border-color: #CCDFB1; }
span { border-color: rgb(204,223,177); }
td.TdClassName
{
border-color: #CCDFB1;
}
.TagClassName
{
border-color: #CCDFB1;
}
</style>