Shades of Reef #CAEDAB
Tints of Reef #CAEDAB
RGB
CMYK
RGB Variations
Color information
#CAEDAB (or 0xCAEDAB) is known color: Reef. HEX triplet: CA, ED and AB. RGB value is (202,237,171). Sum of RGB (Red+Green+Blue) = 202+237+171=610 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.11% from 610); Green value is 237 (92.97% from 255 or 38.85% from 610); Blue value is 171 (67.19% from 255 or 28.03% from 610); Max value from RGB is 237 - color contains mainly: green. Hex color #CAEDAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAEDAB is #351254. Grayscale: #DBDBDB. Windows color (decimal): -3478101 or 11267530. OLE color: 11267530.
HSL color Cylindrical-coordinate representation of color #CAEDAB: hue angle of 91.82º 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 #CAEDAB is Cyan = 0.15, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 237 | 171 | - |
| CMYK | 0.15 | 0 | 0.28 | 0.07 |
| HSL | 91.82º | 0.65% | 0.8% | - |
| HSV(B) | 91.82º | 0.28% | 0.93% | - |
| XYZ | 61.99 | 76.07 | 49.94 | - |
| YUV | 219.01 | 100.9 | 115.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 237 | 171 | 0.15 | 0 | 0.28 | 0.07 | 91.82 | 0.65 | 0.8 |
| Hex | CA | ED | AB | F | 0 | 1C | 7 | 5C | 41 | 50 |
| Octal | 312 | 355 | 253 | 17 | 0 | 34 | 7 | 134 | 101 | 120 |
| Binary | 11001010 | 11101101 | 10101011 | 1111 | 0 | 11100 | 111 | 1011100 | 1000001 | 1010000 |
Color Harmonies of #CAEDAB
Complementary color
Monochromatic Colors of #CAEDAB
Black with #CAEDAB
Text Example
Text Example
White with #CAEDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEDAB; }
p { color: rgb(202,237,171); }
H1.HeaderClassName
{
color: #CAEDAB;
}
.AnyTagClassName
{
color: #CAEDAB;
}
</style>
background-color css
<style>
a { background-color: #CAEDAB; }
a { background-color: rgb(202,237,171); }
div.DivClassName
{
background-color: #CAEDAB;
}
.BgClassName
{
background-color: #CAEDAB;
}
</style>
border-color css
<style>
span { border-color: #CAEDAB; }
span { border-color: rgb(202,237,171); }
td.TdClassName
{
border-color: #CAEDAB;
}
.TagClassName
{
border-color: #CAEDAB;
}
</style>