Shades of Reef #CEDDA3
Tints of Reef #CEDDA3
RGB
CMYK
RGB Variations
Color information
#CEDDA3 (or 0xCEDDA3) is known color: Reef. HEX triplet: CE, DD and A3. RGB value is (206,221,163). Sum of RGB (Red+Green+Blue) = 206+221+163=590 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.92% from 590); Green value is 221 (86.72% from 255 or 37.46% from 590); Blue value is 163 (64.06% from 255 or 27.63% from 590); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDDA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDDA3 is #31225C. Grayscale: #D2D2D2. Windows color (decimal): -3220061 or 10739150. OLE color: 10739150.
HSL color Cylindrical-coordinate representation of color #CEDDA3: hue angle of 75.52º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CEDDA3 is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 221 | 163 | - |
| CMYK | 0.07 | 0 | 0.26 | 0.13 |
| HSL | 75.52º | 0.46% | 0.75% | - |
| HSV(B) | 75.52º | 0.26% | 0.87% | - |
| XYZ | 57.92 | 67.48 | 44.62 | - |
| YUV | 209.9 | 101.53 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 221 | 163 | 0.07 | 0 | 0.26 | 0.13 | 75.52 | 0.46 | 0.75 |
| Hex | CE | DD | A3 | 7 | 0 | 1A | D | 4C | 2E | 4B |
| Octal | 316 | 335 | 243 | 7 | 0 | 32 | 15 | 114 | 56 | 113 |
| Binary | 11001110 | 11011101 | 10100011 | 111 | 0 | 11010 | 1101 | 1001100 | 101110 | 1001011 |
Color Harmonies of #CEDDA3
Complementary color
Monochromatic Colors of #CEDDA3
Black with #CEDDA3
Text Example
Text Example
White with #CEDDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDDA3; }
p { color: rgb(206,221,163); }
H1.HeaderClassName
{
color: #CEDDA3;
}
.AnyTagClassName
{
color: #CEDDA3;
}
</style>
background-color css
<style>
a { background-color: #CEDDA3; }
a { background-color: rgb(206,221,163); }
div.DivClassName
{
background-color: #CEDDA3;
}
.BgClassName
{
background-color: #CEDDA3;
}
</style>
border-color css
<style>
span { border-color: #CEDDA3; }
span { border-color: rgb(206,221,163); }
td.TdClassName
{
border-color: #CEDDA3;
}
.TagClassName
{
border-color: #CEDDA3;
}
</style>