Shades of Reef #CBDDAC
Tints of Reef #CBDDAC
RGB
CMYK
RGB Variations
Color information
#CBDDAC (or 0xCBDDAC) is known color: Reef. HEX triplet: CB, DD and AC. RGB value is (203,221,172). Sum of RGB (Red+Green+Blue) = 203+221+172=596 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.06% from 596); Green value is 221 (86.72% from 255 or 37.08% from 596); Blue value is 172 (67.58% from 255 or 28.86% from 596); Max value from RGB is 221 - color contains mainly: green. Hex color #CBDDAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDDAC is #342253. Grayscale: #D2D2D2. Windows color (decimal): -3416660 or 11328971. OLE color: 11328971.
HSL color Cylindrical-coordinate representation of color #CBDDAC: hue angle of 82.04º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CBDDAC is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 221 | 172 | - |
| CMYK | 0.08 | 0 | 0.22 | 0.13 |
| HSL | 82.04º | 0.42% | 0.77% | - |
| HSV(B) | 82.04º | 0.22% | 0.87% | - |
| XYZ | 57.93 | 67.39 | 48.98 | - |
| YUV | 210.03 | 106.54 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 221 | 172 | 0.08 | 0 | 0.22 | 0.13 | 82.04 | 0.42 | 0.77 |
| Hex | CB | DD | AC | 8 | 0 | 16 | D | 52 | 2A | 4D |
| Octal | 313 | 335 | 254 | 10 | 0 | 26 | 15 | 122 | 52 | 115 |
| Binary | 11001011 | 11011101 | 10101100 | 1000 | 0 | 10110 | 1101 | 1010010 | 101010 | 1001101 |
Color Harmonies of #CBDDAC
Complementary color
Monochromatic Colors of #CBDDAC
Black with #CBDDAC
Text Example
Text Example
White with #CBDDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDDAC; }
p { color: rgb(203,221,172); }
H1.HeaderClassName
{
color: #CBDDAC;
}
.AnyTagClassName
{
color: #CBDDAC;
}
</style>
background-color css
<style>
a { background-color: #CBDDAC; }
a { background-color: rgb(203,221,172); }
div.DivClassName
{
background-color: #CBDDAC;
}
.BgClassName
{
background-color: #CBDDAC;
}
</style>
border-color css
<style>
span { border-color: #CBDDAC; }
span { border-color: rgb(203,221,172); }
td.TdClassName
{
border-color: #CBDDAC;
}
.TagClassName
{
border-color: #CBDDAC;
}
</style>