Shades of Reef #CEDEA3
Tints of Reef #CEDEA3
RGB
CMYK
RGB Variations
Color information
#CEDEA3 (or 0xCEDEA3) is known color: Reef. HEX triplet: CE, DE and A3. RGB value is (206,222,163). Sum of RGB (Red+Green+Blue) = 206+222+163=591 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.86% from 591); Green value is 222 (87.11% from 255 or 37.56% from 591); Blue value is 163 (64.06% from 255 or 27.58% from 591); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDEA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDEA3 is #31215C. Grayscale: #D2D2D2. Windows color (decimal): -3219805 or 10739406. OLE color: 10739406.
HSL color Cylindrical-coordinate representation of color #CEDEA3: hue angle of 76.27º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CEDEA3 is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 222 | 163 | - |
| CMYK | 0.07 | 0 | 0.27 | 0.13 |
| HSL | 76.27º | 0.47% | 0.75% | - |
| HSV(B) | 76.27º | 0.27% | 0.87% | - |
| XYZ | 58.19 | 68.01 | 44.71 | - |
| YUV | 210.49 | 101.2 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 222 | 163 | 0.07 | 0 | 0.27 | 0.13 | 76.27 | 0.47 | 0.75 |
| Hex | CE | DE | A3 | 7 | 0 | 1B | D | 4C | 2F | 4B |
| Octal | 316 | 336 | 243 | 7 | 0 | 33 | 15 | 114 | 57 | 113 |
| Binary | 11001110 | 11011110 | 10100011 | 111 | 0 | 11011 | 1101 | 1001100 | 101111 | 1001011 |
Color Harmonies of #CEDEA3
Complementary color
Monochromatic Colors of #CEDEA3
Black with #CEDEA3
Text Example
Text Example
White with #CEDEA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDEA3; }
p { color: rgb(206,222,163); }
H1.HeaderClassName
{
color: #CEDEA3;
}
.AnyTagClassName
{
color: #CEDEA3;
}
</style>
background-color css
<style>
a { background-color: #CEDEA3; }
a { background-color: rgb(206,222,163); }
div.DivClassName
{
background-color: #CEDEA3;
}
.BgClassName
{
background-color: #CEDEA3;
}
</style>
border-color css
<style>
span { border-color: #CEDEA3; }
span { border-color: rgb(206,222,163); }
td.TdClassName
{
border-color: #CEDEA3;
}
.TagClassName
{
border-color: #CEDEA3;
}
</style>