Shades of Reef #CBED9D
Tints of Reef #CBED9D
RGB
CMYK
RGB Variations
Color information
#CBED9D (or 0xCBED9D) is known color: Reef. HEX triplet: CB, ED and 9D. RGB value is (203,237,157). Sum of RGB (Red+Green+Blue) = 203+237+157=597 (79% of max value = 765). Red value is 203 (79.69% from 255 or 34.00% from 597); Green value is 237 (92.97% from 255 or 39.70% from 597); Blue value is 157 (61.72% from 255 or 26.30% from 597); Max value from RGB is 237 - color contains mainly: green. Hex color #CBED9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBED9D is #341262. Grayscale: #DADADA. Windows color (decimal): -3412579 or 10350027. OLE color: 10350027.
HSL color Cylindrical-coordinate representation of color #CBED9D: hue angle of 85.5º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CBED9D is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 237 | 157 | - |
| CMYK | 0.14 | 0 | 0.34 | 0.07 |
| HSL | 85.5º | 0.69% | 0.77% | - |
| HSV(B) | 85.5º | 0.34% | 0.93% | - |
| XYZ | 61 | 75.7 | 43.29 | - |
| YUV | 217.71 | 93.74 | 117.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 237 | 157 | 0.14 | 0 | 0.34 | 0.07 | 85.5 | 0.69 | 0.77 |
| Hex | CB | ED | 9D | E | 0 | 22 | 7 | 56 | 45 | 4D |
| Octal | 313 | 355 | 235 | 16 | 0 | 42 | 7 | 126 | 105 | 115 |
| Binary | 11001011 | 11101101 | 10011101 | 1110 | 0 | 100010 | 111 | 1010110 | 1000101 | 1001101 |
Color Harmonies of #CBED9D
Complementary color
Monochromatic Colors of #CBED9D
Black with #CBED9D
Text Example
Text Example
White with #CBED9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBED9D; }
p { color: rgb(203,237,157); }
H1.HeaderClassName
{
color: #CBED9D;
}
.AnyTagClassName
{
color: #CBED9D;
}
</style>
background-color css
<style>
a { background-color: #CBED9D; }
a { background-color: rgb(203,237,157); }
div.DivClassName
{
background-color: #CBED9D;
}
.BgClassName
{
background-color: #CBED9D;
}
</style>
border-color css
<style>
span { border-color: #CBED9D; }
span { border-color: rgb(203,237,157); }
td.TdClassName
{
border-color: #CBED9D;
}
.TagClassName
{
border-color: #CBED9D;
}
</style>