Shades of Reef #CDEEA2
Tints of Reef #CDEEA2
RGB
CMYK
RGB Variations
Color information
#CDEEA2 (or 0xCDEEA2) is known color: Reef. HEX triplet: CD, EE and A2. RGB value is (205,238,162). Sum of RGB (Red+Green+Blue) = 205+238+162=605 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.88% from 605); Green value is 238 (93.36% from 255 or 39.34% from 605); Blue value is 162 (63.67% from 255 or 26.78% from 605); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEEA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEEA2 is #32115D. Grayscale: #DBDBDB. Windows color (decimal): -3281246 or 10677965. OLE color: 10677965.
HSL color Cylindrical-coordinate representation of color #CDEEA2: hue angle of 86.05º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CDEEA2 is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 238 | 162 | - |
| CMYK | 0.14 | 0 | 0.32 | 0.07 |
| HSL | 86.05º | 0.69% | 0.78% | - |
| HSV(B) | 86.05º | 0.32% | 0.93% | - |
| XYZ | 62.27 | 76.74 | 45.71 | - |
| YUV | 219.47 | 95.57 | 117.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 238 | 162 | 0.14 | 0 | 0.32 | 0.07 | 86.05 | 0.69 | 0.78 |
| Hex | CD | EE | A2 | E | 0 | 20 | 7 | 56 | 45 | 4E |
| Octal | 315 | 356 | 242 | 16 | 0 | 40 | 7 | 126 | 105 | 116 |
| Binary | 11001101 | 11101110 | 10100010 | 1110 | 0 | 100000 | 111 | 1010110 | 1000101 | 1001110 |
Color Harmonies of #CDEEA2
Complementary color
Monochromatic Colors of #CDEEA2
Black with #CDEEA2
Text Example
Text Example
White with #CDEEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEEA2; }
p { color: rgb(205,238,162); }
H1.HeaderClassName
{
color: #CDEEA2;
}
.AnyTagClassName
{
color: #CDEEA2;
}
</style>
background-color css
<style>
a { background-color: #CDEEA2; }
a { background-color: rgb(205,238,162); }
div.DivClassName
{
background-color: #CDEEA2;
}
.BgClassName
{
background-color: #CDEEA2;
}
</style>
border-color css
<style>
span { border-color: #CDEEA2; }
span { border-color: rgb(205,238,162); }
td.TdClassName
{
border-color: #CDEEA2;
}
.TagClassName
{
border-color: #CDEEA2;
}
</style>