Shades of Reef #CDEEA3
Tints of Reef #CDEEA3
RGB
CMYK
RGB Variations
Color information
#CDEEA3 (or 0xCDEEA3) is known color: Reef. HEX triplet: CD, EE and A3. RGB value is (205,238,163). Sum of RGB (Red+Green+Blue) = 205+238+163=606 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.83% from 606); Green value is 238 (93.36% from 255 or 39.27% from 606); Blue value is 163 (64.06% from 255 or 26.90% from 606); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEEA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEEA3 is #32115C. Grayscale: #DBDBDB. Windows color (decimal): -3281245 or 10743501. OLE color: 10743501.
HSL color Cylindrical-coordinate representation of color #CDEEA3: hue angle of 86.4º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CDEEA3 is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 238 | 163 | - |
| CMYK | 0.14 | 0 | 0.32 | 0.07 |
| HSL | 86.4º | 0.69% | 0.79% | - |
| HSV(B) | 86.4º | 0.32% | 0.93% | - |
| XYZ | 62.36 | 76.77 | 46.18 | - |
| YUV | 219.58 | 96.07 | 117.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 238 | 163 | 0.14 | 0 | 0.32 | 0.07 | 86.4 | 0.69 | 0.79 |
| Hex | CD | EE | A3 | E | 0 | 20 | 7 | 56 | 45 | 4F |
| Octal | 315 | 356 | 243 | 16 | 0 | 40 | 7 | 126 | 105 | 117 |
| Binary | 11001101 | 11101110 | 10100011 | 1110 | 0 | 100000 | 111 | 1010110 | 1000101 | 1001111 |
Color Harmonies of #CDEEA3
Complementary color
Monochromatic Colors of #CDEEA3
Black with #CDEEA3
Text Example
Text Example
White with #CDEEA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEEA3; }
p { color: rgb(205,238,163); }
H1.HeaderClassName
{
color: #CDEEA3;
}
.AnyTagClassName
{
color: #CDEEA3;
}
</style>
background-color css
<style>
a { background-color: #CDEEA3; }
a { background-color: rgb(205,238,163); }
div.DivClassName
{
background-color: #CDEEA3;
}
.BgClassName
{
background-color: #CDEEA3;
}
</style>
border-color css
<style>
span { border-color: #CDEEA3; }
span { border-color: rgb(205,238,163); }
td.TdClassName
{
border-color: #CDEEA3;
}
.TagClassName
{
border-color: #CDEEA3;
}
</style>