Shades of Reef #CCDFB2
Tints of Reef #CCDFB2
RGB
CMYK
RGB Variations
Color information
#CCDFB2 (or 0xCCDFB2) is known color: Reef. HEX triplet: CC, DF and B2. RGB value is (204,223,178). Sum of RGB (Red+Green+Blue) = 204+223+178=605 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.72% from 605); Green value is 223 (87.5% from 255 or 36.86% from 605); Blue value is 178 (69.92% from 255 or 29.42% from 605); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDFB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDFB2 is #33204D. Grayscale: #D4D4D4. Windows color (decimal): -3350606 or 11722700. OLE color: 11722700.
HSL color Cylindrical-coordinate representation of color #CCDFB2: hue angle of 85.33º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCDFB2 is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
RGB | 204 | 223 | 178 | - |
CMYK | 0.09 | 0 | 0.20 | 0.13 |
HSL | 85.33º | 0.41% | 0.79% | - |
HSV(B) | 85.33º | 0.2% | 0.87% | - |
XYZ | 59.33 | 68.83 | 52.28 | - |
YUV | 212.19 | 108.71 | 122.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 223 | 178 | 0.09 | 0 | 0.20 | 0.13 | 85.33 | 0.41 | 0.79 |
Hex | CC | DF | B2 | 9 | 0 | 14 | D | 55 | 29 | 4F |
Octal | 314 | 337 | 262 | 11 | 0 | 24 | 15 | 125 | 51 | 117 |
Binary | 11001100 | 11011111 | 10110010 | 1001 | 0 | 10100 | 1101 | 1010101 | 101001 | 1001111 |
Color Harmonies of #CCDFB2
Complementary color
Monochromatic Colors of #CCDFB2
Black with #CCDFB2
Text Example
Text Example
White with #CCDFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDFB2; }
p { color: rgb(204,223,178); }
H1.HeaderClassName
{
color: #CCDFB2;
}
.AnyTagClassName
{
color: #CCDFB2;
}
</style>
background-color css
<style>
a { background-color: #CCDFB2; }
a { background-color: rgb(204,223,178); }
div.DivClassName
{
background-color: #CCDFB2;
}
.BgClassName
{
background-color: #CCDFB2;
}
</style>
border-color css
<style>
span { border-color: #CCDFB2; }
span { border-color: rgb(204,223,178); }
td.TdClassName
{
border-color: #CCDFB2;
}
.TagClassName
{
border-color: #CCDFB2;
}
</style>