Shades of Reef #CDEFAC
Tints of Reef #CDEFAC
RGB
CMYK
RGB Variations
Color information
#CDEFAC (or 0xCDEFAC) is known color: Reef. HEX triplet: CD, EF and AC. RGB value is (205,239,172). Sum of RGB (Red+Green+Blue) = 205+239+172=616 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.28% from 616); Green value is 239 (93.75% from 255 or 38.80% from 616); Blue value is 172 (67.58% from 255 or 27.92% from 616); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEFAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEFAC is #321053. Grayscale: #DDDDDD. Windows color (decimal): -3280980 or 11333581. OLE color: 11333581.
HSL color Cylindrical-coordinate representation of color #CDEFAC: hue angle of 90.45º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CDEFAC is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 239 | 172 | - |
| CMYK | 0.14 | 0 | 0.28 | 0.06 |
| HSL | 90.45º | 0.68% | 0.81% | - |
| HSV(B) | 90.45º | 0.28% | 0.94% | - |
| XYZ | 63.49 | 77.69 | 50.68 | - |
| YUV | 221.2 | 100.24 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 239 | 172 | 0.14 | 0 | 0.28 | 0.06 | 90.45 | 0.68 | 0.81 |
| Hex | CD | EF | AC | E | 0 | 1C | 6 | 5A | 44 | 51 |
| Octal | 315 | 357 | 254 | 16 | 0 | 34 | 6 | 132 | 104 | 121 |
| Binary | 11001101 | 11101111 | 10101100 | 1110 | 0 | 11100 | 110 | 1011010 | 1000100 | 1010001 |
Color Harmonies of #CDEFAC
Complementary color
Monochromatic Colors of #CDEFAC
Black with #CDEFAC
Text Example
Text Example
White with #CDEFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEFAC; }
p { color: rgb(205,239,172); }
H1.HeaderClassName
{
color: #CDEFAC;
}
.AnyTagClassName
{
color: #CDEFAC;
}
</style>
background-color css
<style>
a { background-color: #CDEFAC; }
a { background-color: rgb(205,239,172); }
div.DivClassName
{
background-color: #CDEFAC;
}
.BgClassName
{
background-color: #CDEFAC;
}
</style>
border-color css
<style>
span { border-color: #CDEFAC; }
span { border-color: rgb(205,239,172); }
td.TdClassName
{
border-color: #CDEFAC;
}
.TagClassName
{
border-color: #CDEFAC;
}
</style>