Shades of Reef #CBDDA0
Tints of Reef #CBDDA0
RGB
CMYK
RGB Variations
Color information
#CBDDA0 (or 0xCBDDA0) is known color: Reef. HEX triplet: CB, DD and A0. RGB value is (203,221,160). Sum of RGB (Red+Green+Blue) = 203+221+160=584 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.76% from 584); Green value is 221 (86.72% from 255 or 37.84% from 584); Blue value is 160 (62.89% from 255 or 27.40% from 584); Max value from RGB is 221 - color contains mainly: green. Hex color #CBDDA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDDA0 is #34225F. Grayscale: #D0D0D0. Windows color (decimal): -3416672 or 10542539. OLE color: 10542539.
HSL color Cylindrical-coordinate representation of color #CBDDA0: hue angle of 77.7º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CBDDA0 is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 221 | 160 | - |
| CMYK | 0.08 | 0 | 0.28 | 0.13 |
| HSL | 77.7º | 0.47% | 0.75% | - |
| HSV(B) | 77.7º | 0.28% | 0.87% | - |
| XYZ | 56.83 | 66.95 | 43.18 | - |
| YUV | 208.66 | 100.54 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 221 | 160 | 0.08 | 0 | 0.28 | 0.13 | 77.7 | 0.47 | 0.75 |
| Hex | CB | DD | A0 | 8 | 0 | 1C | D | 4E | 2F | 4B |
| Octal | 313 | 335 | 240 | 10 | 0 | 34 | 15 | 116 | 57 | 113 |
| Binary | 11001011 | 11011101 | 10100000 | 1000 | 0 | 11100 | 1101 | 1001110 | 101111 | 1001011 |
Color Harmonies of #CBDDA0
Complementary color
Monochromatic Colors of #CBDDA0
Black with #CBDDA0
Text Example
Text Example
White with #CBDDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDDA0; }
p { color: rgb(203,221,160); }
H1.HeaderClassName
{
color: #CBDDA0;
}
.AnyTagClassName
{
color: #CBDDA0;
}
</style>
background-color css
<style>
a { background-color: #CBDDA0; }
a { background-color: rgb(203,221,160); }
div.DivClassName
{
background-color: #CBDDA0;
}
.BgClassName
{
background-color: #CBDDA0;
}
</style>
border-color css
<style>
span { border-color: #CBDDA0; }
span { border-color: rgb(203,221,160); }
td.TdClassName
{
border-color: #CBDDA0;
}
.TagClassName
{
border-color: #CBDDA0;
}
</style>