Shades of Reef #CDF2AB
Tints of Reef #CDF2AB
RGB
CMYK
RGB Variations
Color information
#CDF2AB (or 0xCDF2AB) is known color: Reef. HEX triplet: CD, F2 and AB. RGB value is (205,242,171). Sum of RGB (Red+Green+Blue) = 205+242+171=618 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.17% from 618); Green value is 242 (94.92% from 255 or 39.16% from 618); Blue value is 171 (67.19% from 255 or 27.67% from 618); Max value from RGB is 242 - color contains mainly: green. Hex color #CDF2AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF2AB is #320D54. Grayscale: #DFDFDF. Windows color (decimal): -3280213 or 11268813. OLE color: 11268813.
HSL color Cylindrical-coordinate representation of color #CDF2AB: hue angle of 91.27º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CDF2AB is Cyan = 0.15, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 242 | 171 | - |
| CMYK | 0.15 | 0 | 0.29 | 0.05 |
| HSL | 91.27º | 0.73% | 0.81% | - |
| HSV(B) | 91.27º | 0.29% | 0.95% | - |
| XYZ | 64.28 | 79.42 | 50.47 | - |
| YUV | 222.84 | 98.74 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 242 | 171 | 0.15 | 0 | 0.29 | 0.05 | 91.27 | 0.73 | 0.81 |
| Hex | CD | F2 | AB | F | 0 | 1D | 5 | 5B | 49 | 51 |
| Octal | 315 | 362 | 253 | 17 | 0 | 35 | 5 | 133 | 111 | 121 |
| Binary | 11001101 | 11110010 | 10101011 | 1111 | 0 | 11101 | 101 | 1011011 | 1001001 | 1010001 |
Color Harmonies of #CDF2AB
Complementary color
Monochromatic Colors of #CDF2AB
Black with #CDF2AB
Text Example
Text Example
White with #CDF2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF2AB; }
p { color: rgb(205,242,171); }
H1.HeaderClassName
{
color: #CDF2AB;
}
.AnyTagClassName
{
color: #CDF2AB;
}
</style>
background-color css
<style>
a { background-color: #CDF2AB; }
a { background-color: rgb(205,242,171); }
div.DivClassName
{
background-color: #CDF2AB;
}
.BgClassName
{
background-color: #CDF2AB;
}
</style>
border-color css
<style>
span { border-color: #CDF2AB; }
span { border-color: rgb(205,242,171); }
td.TdClassName
{
border-color: #CDF2AB;
}
.TagClassName
{
border-color: #CDF2AB;
}
</style>