Shades of Reef #CCEDAB
Tints of Reef #CCEDAB
RGB
CMYK
RGB Variations
Color information
#CCEDAB (or 0xCCEDAB) is known color: Reef. HEX triplet: CC, ED and AB. RGB value is (204,237,171). Sum of RGB (Red+Green+Blue) = 204+237+171=612 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.33% from 612); Green value is 237 (92.97% from 255 or 38.73% from 612); Blue value is 171 (67.19% from 255 or 27.94% from 612); Max value from RGB is 237 - color contains mainly: green. Hex color #CCEDAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEDAB is #331254. Grayscale: #DBDBDB. Windows color (decimal): -3347029 or 11267532. OLE color: 11267532.
HSL color Cylindrical-coordinate representation of color #CCEDAB: hue angle of 90º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CCEDAB is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
RGB | 204 | 237 | 171 | - |
CMYK | 0.14 | 0 | 0.28 | 0.07 |
HSL | 90º | 0.65% | 0.8% | - |
HSV(B) | 90º | 0.28% | 0.93% | - |
XYZ | 62.54 | 76.35 | 49.97 | - |
YUV | 219.61 | 100.57 | 116.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 237 | 171 | 0.14 | 0 | 0.28 | 0.07 | 90 | 0.65 | 0.8 |
Hex | CC | ED | AB | E | 0 | 1C | 7 | 5A | 41 | 50 |
Octal | 314 | 355 | 253 | 16 | 0 | 34 | 7 | 132 | 101 | 120 |
Binary | 11001100 | 11101101 | 10101011 | 1110 | 0 | 11100 | 111 | 1011010 | 1000001 | 1010000 |
Color Harmonies of #CCEDAB
Complementary color
Monochromatic Colors of #CCEDAB
Black with #CCEDAB
Text Example
Text Example
White with #CCEDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEDAB; }
p { color: rgb(204,237,171); }
H1.HeaderClassName
{
color: #CCEDAB;
}
.AnyTagClassName
{
color: #CCEDAB;
}
</style>
background-color css
<style>
a { background-color: #CCEDAB; }
a { background-color: rgb(204,237,171); }
div.DivClassName
{
background-color: #CCEDAB;
}
.BgClassName
{
background-color: #CCEDAB;
}
</style>
border-color css
<style>
span { border-color: #CCEDAB; }
span { border-color: rgb(204,237,171); }
td.TdClassName
{
border-color: #CCEDAB;
}
.TagClassName
{
border-color: #CCEDAB;
}
</style>