Shades of Reef #CEDBA4
Tints of Reef #CEDBA4
RGB
CMYK
RGB Variations
Color information
#CEDBA4 (or 0xCEDBA4) is known color: Reef. HEX triplet: CE, DB and A4. RGB value is (206,219,164). Sum of RGB (Red+Green+Blue) = 206+219+164=589 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.97% from 589); Green value is 219 (85.94% from 255 or 37.18% from 589); Blue value is 164 (64.45% from 255 or 27.84% from 589); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDBA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDBA4 is #31245B. Grayscale: #D1D1D1. Windows color (decimal): -3220572 or 10804174. OLE color: 10804174.
HSL color Cylindrical-coordinate representation of color #CEDBA4: hue angle of 74.18º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CEDBA4 is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
RGB | 206 | 219 | 164 | - |
CMYK | 0.06 | 0 | 0.25 | 0.14 |
HSL | 74.18º | 0.43% | 0.75% | - |
HSV(B) | 74.18º | 0.25% | 0.86% | - |
XYZ | 57.49 | 66.47 | 44.92 | - |
YUV | 208.84 | 102.69 | 125.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 219 | 164 | 0.06 | 0 | 0.25 | 0.14 | 74.18 | 0.43 | 0.75 |
Hex | CE | DB | A4 | 6 | 0 | 19 | E | 4A | 2B | 4B |
Octal | 316 | 333 | 244 | 6 | 0 | 31 | 16 | 112 | 53 | 113 |
Binary | 11001110 | 11011011 | 10100100 | 110 | 0 | 11001 | 1110 | 1001010 | 101011 | 1001011 |
Color Harmonies of #CEDBA4
Complementary color
Monochromatic Colors of #CEDBA4
Black with #CEDBA4
Text Example
Text Example
White with #CEDBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDBA4; }
p { color: rgb(206,219,164); }
H1.HeaderClassName
{
color: #CEDBA4;
}
.AnyTagClassName
{
color: #CEDBA4;
}
</style>
background-color css
<style>
a { background-color: #CEDBA4; }
a { background-color: rgb(206,219,164); }
div.DivClassName
{
background-color: #CEDBA4;
}
.BgClassName
{
background-color: #CEDBA4;
}
</style>
border-color css
<style>
span { border-color: #CEDBA4; }
span { border-color: rgb(206,219,164); }
td.TdClassName
{
border-color: #CEDBA4;
}
.TagClassName
{
border-color: #CEDBA4;
}
</style>