Shades of Reef #CEDA9C
Tints of Reef #CEDA9C
RGB
CMYK
RGB Variations
Color information
#CEDA9C (or 0xCEDA9C) is known color: Reef. HEX triplet: CE, DA and 9C. RGB value is (206,218,156). Sum of RGB (Red+Green+Blue) = 206+218+156=580 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.52% from 580); Green value is 218 (85.55% from 255 or 37.59% from 580); Blue value is 156 (61.33% from 255 or 26.90% from 580); Max value from RGB is 218 - color contains mainly: green. Hex color #CEDA9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDA9C is #312563. Grayscale: #CFCFCF. Windows color (decimal): -3220836 or 10279630. OLE color: 10279630.
HSL color Cylindrical-coordinate representation of color #CEDA9C: hue angle of 71.61º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CEDA9C is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 218 | 156 | - |
| CMYK | 0.06 | 0 | 0.28 | 0.15 |
| HSL | 71.61º | 0.46% | 0.73% | - |
| HSV(B) | 71.61º | 0.28% | 0.85% | - |
| XYZ | 56.53 | 65.66 | 41.15 | - |
| YUV | 207.34 | 99.02 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 218 | 156 | 0.06 | 0 | 0.28 | 0.15 | 71.61 | 0.46 | 0.73 |
| Hex | CE | DA | 9C | 6 | 0 | 1C | F | 48 | 2E | 49 |
| Octal | 316 | 332 | 234 | 6 | 0 | 34 | 17 | 110 | 56 | 111 |
| Binary | 11001110 | 11011010 | 10011100 | 110 | 0 | 11100 | 1111 | 1001000 | 101110 | 1001001 |
Color Harmonies of #CEDA9C
Complementary color
Monochromatic Colors of #CEDA9C
Black with #CEDA9C
Text Example
Text Example
White with #CEDA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDA9C; }
p { color: rgb(206,218,156); }
H1.HeaderClassName
{
color: #CEDA9C;
}
.AnyTagClassName
{
color: #CEDA9C;
}
</style>
background-color css
<style>
a { background-color: #CEDA9C; }
a { background-color: rgb(206,218,156); }
div.DivClassName
{
background-color: #CEDA9C;
}
.BgClassName
{
background-color: #CEDA9C;
}
</style>
border-color css
<style>
span { border-color: #CEDA9C; }
span { border-color: rgb(206,218,156); }
td.TdClassName
{
border-color: #CEDA9C;
}
.TagClassName
{
border-color: #CEDA9C;
}
</style>