Shades of Reef #CDEEAC
Tints of Reef #CDEEAC
RGB
CMYK
RGB Variations
Color information
#CDEEAC (or 0xCDEEAC) is known color: Reef. HEX triplet: CD, EE and AC. RGB value is (205,238,172). Sum of RGB (Red+Green+Blue) = 205+238+172=615 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.33% from 615); Green value is 238 (93.36% from 255 or 38.70% from 615); Blue value is 172 (67.58% from 255 or 27.97% from 615); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEEAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEEAC is #321153. Grayscale: #DCDCDC. Windows color (decimal): -3281236 or 11333325. OLE color: 11333325.
HSL color Cylindrical-coordinate representation of color #CDEEAC: hue angle of 90º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CDEEAC is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
RGB | 205 | 238 | 172 | - |
CMYK | 0.14 | 0 | 0.28 | 0.07 |
HSL | 90º | 0.66% | 0.8% | - |
HSV(B) | 90º | 0.28% | 0.93% | - |
XYZ | 63.2 | 77.11 | 50.58 | - |
YUV | 220.61 | 100.57 | 116.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 238 | 172 | 0.14 | 0 | 0.28 | 0.07 | 90 | 0.66 | 0.8 |
Hex | CD | EE | AC | E | 0 | 1C | 7 | 5A | 42 | 50 |
Octal | 315 | 356 | 254 | 16 | 0 | 34 | 7 | 132 | 102 | 120 |
Binary | 11001101 | 11101110 | 10101100 | 1110 | 0 | 11100 | 111 | 1011010 | 1000010 | 1010000 |
Color Harmonies of #CDEEAC
Complementary color
Monochromatic Colors of #CDEEAC
Black with #CDEEAC
Text Example
Text Example
White with #CDEEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEEAC; }
p { color: rgb(205,238,172); }
H1.HeaderClassName
{
color: #CDEEAC;
}
.AnyTagClassName
{
color: #CDEEAC;
}
</style>
background-color css
<style>
a { background-color: #CDEEAC; }
a { background-color: rgb(205,238,172); }
div.DivClassName
{
background-color: #CDEEAC;
}
.BgClassName
{
background-color: #CDEEAC;
}
</style>
border-color css
<style>
span { border-color: #CDEEAC; }
span { border-color: rgb(205,238,172); }
td.TdClassName
{
border-color: #CDEEAC;
}
.TagClassName
{
border-color: #CDEEAC;
}
</style>