Shades of Reef #CBDDA1
Tints of Reef #CBDDA1
RGB
CMYK
RGB Variations
Color information
#CBDDA1 (or 0xCBDDA1) is known color: Reef. HEX triplet: CB, DD and A1. RGB value is (203,221,161). Sum of RGB (Red+Green+Blue) = 203+221+161=585 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.70% from 585); Green value is 221 (86.72% from 255 or 37.78% from 585); Blue value is 161 (63.28% from 255 or 27.52% from 585); Max value from RGB is 221 - color contains mainly: green. Hex color #CBDDA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDDA1 is #34225E. Grayscale: #D1D1D1. Windows color (decimal): -3416671 or 10608075. OLE color: 10608075.
HSL color Cylindrical-coordinate representation of color #CBDDA1: hue angle of 78º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CBDDA1 is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 221 | 161 | - |
| CMYK | 0.08 | 0 | 0.27 | 0.13 |
| HSL | 78º | 0.47% | 0.75% | - |
| HSV(B) | 78º | 0.27% | 0.87% | - |
| XYZ | 56.92 | 66.98 | 43.65 | - |
| YUV | 208.78 | 101.04 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 221 | 161 | 0.08 | 0 | 0.27 | 0.13 | 78 | 0.47 | 0.75 |
| Hex | CB | DD | A1 | 8 | 0 | 1B | D | 4E | 2F | 4B |
| Octal | 313 | 335 | 241 | 10 | 0 | 33 | 15 | 116 | 57 | 113 |
| Binary | 11001011 | 11011101 | 10100001 | 1000 | 0 | 11011 | 1101 | 1001110 | 101111 | 1001011 |
Color Harmonies of #CBDDA1
Complementary color
Monochromatic Colors of #CBDDA1
Black with #CBDDA1
Text Example
Text Example
White with #CBDDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDDA1; }
p { color: rgb(203,221,161); }
H1.HeaderClassName
{
color: #CBDDA1;
}
.AnyTagClassName
{
color: #CBDDA1;
}
</style>
background-color css
<style>
a { background-color: #CBDDA1; }
a { background-color: rgb(203,221,161); }
div.DivClassName
{
background-color: #CBDDA1;
}
.BgClassName
{
background-color: #CBDDA1;
}
</style>
border-color css
<style>
span { border-color: #CBDDA1; }
span { border-color: rgb(203,221,161); }
td.TdClassName
{
border-color: #CBDDA1;
}
.TagClassName
{
border-color: #CBDDA1;
}
</style>