Shades of Reef #CCDFB0
Tints of Reef #CCDFB0
RGB
CMYK
RGB Variations
Color information
#CCDFB0 (or 0xCCDFB0) is known color: Reef. HEX triplet: CC, DF and B0. RGB value is (204,223,176). Sum of RGB (Red+Green+Blue) = 204+223+176=603 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.83% from 603); Green value is 223 (87.5% from 255 or 36.98% from 603); Blue value is 176 (69.14% from 255 or 29.19% from 603); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDFB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDFB0 is #33204F. Grayscale: #D4D4D4. Windows color (decimal): -3350608 or 11591628. OLE color: 11591628.
HSL color Cylindrical-coordinate representation of color #CCDFB0: hue angle of 84.26º 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 #CCDFB0 is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
RGB | 204 | 223 | 176 | - |
CMYK | 0.09 | 0 | 0.21 | 0.13 |
HSL | 84.26º | 0.42% | 0.78% | - |
HSV(B) | 84.26º | 0.21% | 0.87% | - |
XYZ | 59.13 | 68.75 | 51.23 | - |
YUV | 211.96 | 107.71 | 122.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 223 | 176 | 0.09 | 0 | 0.21 | 0.13 | 84.26 | 0.42 | 0.78 |
Hex | CC | DF | B0 | 9 | 0 | 15 | D | 54 | 2A | 4E |
Octal | 314 | 337 | 260 | 11 | 0 | 25 | 15 | 124 | 52 | 116 |
Binary | 11001100 | 11011111 | 10110000 | 1001 | 0 | 10101 | 1101 | 1010100 | 101010 | 1001110 |
Color Harmonies of #CCDFB0
Complementary color
Monochromatic Colors of #CCDFB0
Black with #CCDFB0
Text Example
Text Example
White with #CCDFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDFB0; }
p { color: rgb(204,223,176); }
H1.HeaderClassName
{
color: #CCDFB0;
}
.AnyTagClassName
{
color: #CCDFB0;
}
</style>
background-color css
<style>
a { background-color: #CCDFB0; }
a { background-color: rgb(204,223,176); }
div.DivClassName
{
background-color: #CCDFB0;
}
.BgClassName
{
background-color: #CCDFB0;
}
</style>
border-color css
<style>
span { border-color: #CCDFB0; }
span { border-color: rgb(204,223,176); }
td.TdClassName
{
border-color: #CCDFB0;
}
.TagClassName
{
border-color: #CCDFB0;
}
</style>