Shades of Reef #CEDBA2
Tints of Reef #CEDBA2
RGB
CMYK
RGB Variations
Color information
#CEDBA2 (or 0xCEDBA2) is known color: Reef. HEX triplet: CE, DB and A2. RGB value is (206,219,162). Sum of RGB (Red+Green+Blue) = 206+219+162=587 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.09% from 587); Green value is 219 (85.94% from 255 or 37.31% from 587); Blue value is 162 (63.67% from 255 or 27.60% from 587); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDBA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDBA2 is #31245D. Grayscale: #D0D0D0. Windows color (decimal): -3220574 or 10673102. OLE color: 10673102.
HSL color Cylindrical-coordinate representation of color #CEDBA2: hue angle of 73.68º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CEDBA2 is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 219 | 162 | - |
| CMYK | 0.06 | 0 | 0.26 | 0.14 |
| HSL | 73.68º | 0.44% | 0.75% | - |
| HSV(B) | 73.68º | 0.26% | 0.86% | - |
| XYZ | 57.31 | 66.39 | 43.98 | - |
| YUV | 208.62 | 101.69 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 219 | 162 | 0.06 | 0 | 0.26 | 0.14 | 73.68 | 0.44 | 0.75 |
| Hex | CE | DB | A2 | 6 | 0 | 1A | E | 4A | 2C | 4B |
| Octal | 316 | 333 | 242 | 6 | 0 | 32 | 16 | 112 | 54 | 113 |
| Binary | 11001110 | 11011011 | 10100010 | 110 | 0 | 11010 | 1110 | 1001010 | 101100 | 1001011 |
Color Harmonies of #CEDBA2
Complementary color
Monochromatic Colors of #CEDBA2
Black with #CEDBA2
Text Example
Text Example
White with #CEDBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDBA2; }
p { color: rgb(206,219,162); }
H1.HeaderClassName
{
color: #CEDBA2;
}
.AnyTagClassName
{
color: #CEDBA2;
}
</style>
background-color css
<style>
a { background-color: #CEDBA2; }
a { background-color: rgb(206,219,162); }
div.DivClassName
{
background-color: #CEDBA2;
}
.BgClassName
{
background-color: #CEDBA2;
}
</style>
border-color css
<style>
span { border-color: #CEDBA2; }
span { border-color: rgb(206,219,162); }
td.TdClassName
{
border-color: #CEDBA2;
}
.TagClassName
{
border-color: #CEDBA2;
}
</style>