Shades of Reef #CBEDAD
Tints of Reef #CBEDAD
RGB
CMYK
RGB Variations
Color information
#CBEDAD (or 0xCBEDAD) is known color: Reef. HEX triplet: CB, ED and AD. RGB value is (203,237,173). Sum of RGB (Red+Green+Blue) = 203+237+173=613 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.12% from 613); Green value is 237 (92.97% from 255 or 38.66% from 613); Blue value is 173 (67.97% from 255 or 28.22% from 613); Max value from RGB is 237 - color contains mainly: green. Hex color #CBEDAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBEDAD is #341252. Grayscale: #DBDBDB. Windows color (decimal): -3412563 or 11398603. OLE color: 11398603.
HSL color Cylindrical-coordinate representation of color #CBEDAD: hue angle of 91.88º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CBEDAD is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 237 | 173 | - |
| CMYK | 0.14 | 0 | 0.27 | 0.07 |
| HSL | 91.88º | 0.64% | 0.8% | - |
| HSV(B) | 91.88º | 0.27% | 0.93% | - |
| XYZ | 62.46 | 76.28 | 50.97 | - |
| YUV | 219.54 | 101.74 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 237 | 173 | 0.14 | 0 | 0.27 | 0.07 | 91.88 | 0.64 | 0.8 |
| Hex | CB | ED | AD | E | 0 | 1B | 7 | 5C | 40 | 50 |
| Octal | 313 | 355 | 255 | 16 | 0 | 33 | 7 | 134 | 100 | 120 |
| Binary | 11001011 | 11101101 | 10101101 | 1110 | 0 | 11011 | 111 | 1011100 | 1000000 | 1010000 |
Color Harmonies of #CBEDAD
Complementary color
Monochromatic Colors of #CBEDAD
Black with #CBEDAD
Text Example
Text Example
White with #CBEDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEDAD; }
p { color: rgb(203,237,173); }
H1.HeaderClassName
{
color: #CBEDAD;
}
.AnyTagClassName
{
color: #CBEDAD;
}
</style>
background-color css
<style>
a { background-color: #CBEDAD; }
a { background-color: rgb(203,237,173); }
div.DivClassName
{
background-color: #CBEDAD;
}
.BgClassName
{
background-color: #CBEDAD;
}
</style>
border-color css
<style>
span { border-color: #CBEDAD; }
span { border-color: rgb(203,237,173); }
td.TdClassName
{
border-color: #CBEDAD;
}
.TagClassName
{
border-color: #CBEDAD;
}
</style>