Shades of Reef #CEDEAF
Tints of Reef #CEDEAF
RGB
CMYK
RGB Variations
Color information
#CEDEAF (or 0xCEDEAF) is known color: Reef. HEX triplet: CE, DE and AF. RGB value is (206,222,175). Sum of RGB (Red+Green+Blue) = 206+222+175=603 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.16% from 603); Green value is 222 (87.11% from 255 or 36.82% from 603); Blue value is 175 (68.75% from 255 or 29.02% from 603); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDEAF is #312150. Grayscale: #D4D4D4. Windows color (decimal): -3219793 or 11525838. OLE color: 11525838.
HSL color Cylindrical-coordinate representation of color #CEDEAF: hue angle of 80.43º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CEDEAF is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 222 | 175 | - |
| CMYK | 0.07 | 0 | 0.21 | 0.13 |
| HSL | 80.43º | 0.42% | 0.78% | - |
| HSV(B) | 80.43º | 0.21% | 0.87% | - |
| XYZ | 59.31 | 68.46 | 50.65 | - |
| YUV | 211.86 | 107.2 | 123.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 222 | 175 | 0.07 | 0 | 0.21 | 0.13 | 80.43 | 0.42 | 0.78 |
| Hex | CE | DE | AF | 7 | 0 | 15 | D | 50 | 2A | 4E |
| Octal | 316 | 336 | 257 | 7 | 0 | 25 | 15 | 120 | 52 | 116 |
| Binary | 11001110 | 11011110 | 10101111 | 111 | 0 | 10101 | 1101 | 1010000 | 101010 | 1001110 |
Color Harmonies of #CEDEAF
Complementary color
Monochromatic Colors of #CEDEAF
Black with #CEDEAF
Text Example
Text Example
White with #CEDEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDEAF; }
p { color: rgb(206,222,175); }
H1.HeaderClassName
{
color: #CEDEAF;
}
.AnyTagClassName
{
color: #CEDEAF;
}
</style>
background-color css
<style>
a { background-color: #CEDEAF; }
a { background-color: rgb(206,222,175); }
div.DivClassName
{
background-color: #CEDEAF;
}
.BgClassName
{
background-color: #CEDEAF;
}
</style>
border-color css
<style>
span { border-color: #CEDEAF; }
span { border-color: rgb(206,222,175); }
td.TdClassName
{
border-color: #CEDEAF;
}
.TagClassName
{
border-color: #CEDEAF;
}
</style>