Shades of Reef #CDF4AB
Tints of Reef #CDF4AB
RGB
CMYK
RGB Variations
Color information
#CDF4AB (or 0xCDF4AB) is known color: Reef. HEX triplet: CD, F4 and AB. RGB value is (205,244,171). Sum of RGB (Red+Green+Blue) = 205+244+171=620 (82% of max value = 765). Red value is 205 (80.47% from 255 or 33.06% from 620); Green value is 244 (95.70% from 255 or 39.35% from 620); Blue value is 171 (67.19% from 255 or 27.58% from 620); Max value from RGB is 244 - color contains mainly: green. Hex color #CDF4AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF4AB is #320B54. Grayscale: #E0E0E0. Windows color (decimal): -3279701 or 11269325. OLE color: 11269325.
HSL color Cylindrical-coordinate representation of color #CDF4AB: hue angle of 92.05º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CDF4AB is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 244 | 171 | - |
| CMYK | 0.16 | 0 | 0.30 | 0.04 |
| HSL | 92.05º | 0.77% | 0.81% | - |
| HSV(B) | 92.05º | 0.3% | 0.96% | - |
| XYZ | 64.88 | 80.62 | 50.67 | - |
| YUV | 224.02 | 98.08 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 244 | 171 | 0.16 | 0 | 0.30 | 0.04 | 92.05 | 0.77 | 0.81 |
| Hex | CD | F4 | AB | 10 | 0 | 1E | 4 | 5C | 4D | 51 |
| Octal | 315 | 364 | 253 | 20 | 0 | 36 | 4 | 134 | 115 | 121 |
| Binary | 11001101 | 11110100 | 10101011 | 10000 | 0 | 11110 | 100 | 1011100 | 1001101 | 1010001 |
Color Harmonies of #CDF4AB
Complementary color
Monochromatic Colors of #CDF4AB
Black with #CDF4AB
Text Example
Text Example
White with #CDF4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF4AB; }
p { color: rgb(205,244,171); }
H1.HeaderClassName
{
color: #CDF4AB;
}
.AnyTagClassName
{
color: #CDF4AB;
}
</style>
background-color css
<style>
a { background-color: #CDF4AB; }
a { background-color: rgb(205,244,171); }
div.DivClassName
{
background-color: #CDF4AB;
}
.BgClassName
{
background-color: #CDF4AB;
}
</style>
border-color css
<style>
span { border-color: #CDF4AB; }
span { border-color: rgb(205,244,171); }
td.TdClassName
{
border-color: #CDF4AB;
}
.TagClassName
{
border-color: #CDF4AB;
}
</style>