Shades of Reef #CDF3AB
Tints of Reef #CDF3AB
RGB
CMYK
RGB Variations
Color information
#CDF3AB (or 0xCDF3AB) is known color: Reef. HEX triplet: CD, F3 and AB. RGB value is (205,243,171). Sum of RGB (Red+Green+Blue) = 205+243+171=619 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.12% from 619); Green value is 243 (95.31% from 255 or 39.26% from 619); Blue value is 171 (67.19% from 255 or 27.63% from 619); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF3AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF3AB is #320C54. Grayscale: #DFDFDF. Windows color (decimal): -3279957 or 11269069. OLE color: 11269069.
HSL color Cylindrical-coordinate representation of color #CDF3AB: hue angle of 91.67º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CDF3AB is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 243 | 171 | - |
| CMYK | 0.16 | 0 | 0.30 | 0.05 |
| HSL | 91.67º | 0.75% | 0.81% | - |
| HSV(B) | 91.67º | 0.3% | 0.95% | - |
| XYZ | 64.58 | 80.02 | 50.57 | - |
| YUV | 223.43 | 98.41 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 243 | 171 | 0.16 | 0 | 0.30 | 0.05 | 91.67 | 0.75 | 0.81 |
| Hex | CD | F3 | AB | 10 | 0 | 1E | 5 | 5C | 4B | 51 |
| Octal | 315 | 363 | 253 | 20 | 0 | 36 | 5 | 134 | 113 | 121 |
| Binary | 11001101 | 11110011 | 10101011 | 10000 | 0 | 11110 | 101 | 1011100 | 1001011 | 1010001 |
Color Harmonies of #CDF3AB
Complementary color
Monochromatic Colors of #CDF3AB
Black with #CDF3AB
Text Example
Text Example
White with #CDF3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF3AB; }
p { color: rgb(205,243,171); }
H1.HeaderClassName
{
color: #CDF3AB;
}
.AnyTagClassName
{
color: #CDF3AB;
}
</style>
background-color css
<style>
a { background-color: #CDF3AB; }
a { background-color: rgb(205,243,171); }
div.DivClassName
{
background-color: #CDF3AB;
}
.BgClassName
{
background-color: #CDF3AB;
}
</style>
border-color css
<style>
span { border-color: #CDF3AB; }
span { border-color: rgb(205,243,171); }
td.TdClassName
{
border-color: #CDF3AB;
}
.TagClassName
{
border-color: #CDF3AB;
}
</style>