Shades of Reef #CEDF9B
Tints of Reef #CEDF9B
RGB
CMYK
RGB Variations
Color information
#CEDF9B (or 0xCEDF9B) is known color: Reef. HEX triplet: CE, DF and 9B. RGB value is (206,223,155). Sum of RGB (Red+Green+Blue) = 206+223+155=584 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.27% from 584); Green value is 223 (87.5% from 255 or 38.18% from 584); Blue value is 155 (60.94% from 255 or 26.54% from 584); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDF9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDF9B is #312064. Grayscale: #D2D2D2. Windows color (decimal): -3219557 or 10215374. OLE color: 10215374.
HSL color Cylindrical-coordinate representation of color #CEDF9B: hue angle of 75º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CEDF9B is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 223 | 155 | - |
| CMYK | 0.08 | 0 | 0.30 | 0.13 |
| HSL | 75º | 0.52% | 0.74% | - |
| HSV(B) | 75º | 0.3% | 0.87% | - |
| XYZ | 57.76 | 68.26 | 41.14 | - |
| YUV | 210.17 | 96.87 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 223 | 155 | 0.08 | 0 | 0.30 | 0.13 | 75 | 0.52 | 0.74 |
| Hex | CE | DF | 9B | 8 | 0 | 1E | D | 4B | 34 | 4A |
| Octal | 316 | 337 | 233 | 10 | 0 | 36 | 15 | 113 | 64 | 112 |
| Binary | 11001110 | 11011111 | 10011011 | 1000 | 0 | 11110 | 1101 | 1001011 | 110100 | 1001010 |
Color Harmonies of #CEDF9B
Complementary color
Monochromatic Colors of #CEDF9B
Black with #CEDF9B
Text Example
Text Example
White with #CEDF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDF9B; }
p { color: rgb(206,223,155); }
H1.HeaderClassName
{
color: #CEDF9B;
}
.AnyTagClassName
{
color: #CEDF9B;
}
</style>
background-color css
<style>
a { background-color: #CEDF9B; }
a { background-color: rgb(206,223,155); }
div.DivClassName
{
background-color: #CEDF9B;
}
.BgClassName
{
background-color: #CEDF9B;
}
</style>
border-color css
<style>
span { border-color: #CEDF9B; }
span { border-color: rgb(206,223,155); }
td.TdClassName
{
border-color: #CEDF9B;
}
.TagClassName
{
border-color: #CEDF9B;
}
</style>