Shades of Reef #CDEEAF
Tints of Reef #CDEEAF
RGB
CMYK
RGB Variations
Color information
#CDEEAF (or 0xCDEEAF) is known color: Reef. HEX triplet: CD, EE and AF. RGB value is (205,238,175). Sum of RGB (Red+Green+Blue) = 205+238+175=618 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.17% from 618); Green value is 238 (93.36% from 255 or 38.51% from 618); Blue value is 175 (68.75% from 255 or 28.32% from 618); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEEAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEEAF is #321150. Grayscale: #DDDDDD. Windows color (decimal): -3281233 or 11529933. OLE color: 11529933.
HSL color Cylindrical-coordinate representation of color #CDEEAF: hue angle of 91.43º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CDEEAF is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 238 | 175 | - |
| CMYK | 0.14 | 0 | 0.26 | 0.07 |
| HSL | 91.43º | 0.65% | 0.81% | - |
| HSV(B) | 91.43º | 0.26% | 0.93% | - |
| XYZ | 63.49 | 77.22 | 52.12 | - |
| YUV | 220.95 | 102.07 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 238 | 175 | 0.14 | 0 | 0.26 | 0.07 | 91.43 | 0.65 | 0.81 |
| Hex | CD | EE | AF | E | 0 | 1A | 7 | 5B | 41 | 51 |
| Octal | 315 | 356 | 257 | 16 | 0 | 32 | 7 | 133 | 101 | 121 |
| Binary | 11001101 | 11101110 | 10101111 | 1110 | 0 | 11010 | 111 | 1011011 | 1000001 | 1010001 |
Color Harmonies of #CDEEAF
Complementary color
Monochromatic Colors of #CDEEAF
Black with #CDEEAF
Text Example
Text Example
White with #CDEEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEEAF; }
p { color: rgb(205,238,175); }
H1.HeaderClassName
{
color: #CDEEAF;
}
.AnyTagClassName
{
color: #CDEEAF;
}
</style>
background-color css
<style>
a { background-color: #CDEEAF; }
a { background-color: rgb(205,238,175); }
div.DivClassName
{
background-color: #CDEEAF;
}
.BgClassName
{
background-color: #CDEEAF;
}
</style>
border-color css
<style>
span { border-color: #CDEEAF; }
span { border-color: rgb(205,238,175); }
td.TdClassName
{
border-color: #CDEEAF;
}
.TagClassName
{
border-color: #CDEEAF;
}
</style>