Shades of Reef #CDFAAB
Tints of Reef #CDFAAB
RGB
CMYK
RGB Variations
Color information
#CDFAAB (or 0xCDFAAB) is known color: Reef. HEX triplet: CD, FA and AB. RGB value is (205,250,171). Sum of RGB (Red+Green+Blue) = 205+250+171=626 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.75% from 626); Green value is 250 (98.05% from 255 or 39.94% from 626); Blue value is 171 (67.19% from 255 or 27.32% from 626); Max value from RGB is 250 - color contains mainly: green. Hex color #CDFAAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDFAAB is #320554. Grayscale: #E3E3E3. Windows color (decimal): -3278165 or 11270861. OLE color: 11270861.
HSL color Cylindrical-coordinate representation of color #CDFAAB: hue angle of 94.18º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CDFAAB is Cyan = 0.18, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 250 | 171 | - |
| CMYK | 0.18 | 0 | 0.32 | 0.02 |
| HSL | 94.18º | 0.89% | 0.83% | - |
| HSV(B) | 94.18º | 0.32% | 0.98% | - |
| XYZ | 66.71 | 84.29 | 51.28 | - |
| YUV | 227.54 | 96.09 | 111.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 250 | 171 | 0.18 | 0 | 0.32 | 0.02 | 94.18 | 0.89 | 0.83 |
| Hex | CD | FA | AB | 12 | 0 | 20 | 2 | 5E | 59 | 53 |
| Octal | 315 | 372 | 253 | 22 | 0 | 40 | 2 | 136 | 131 | 123 |
| Binary | 11001101 | 11111010 | 10101011 | 10010 | 0 | 100000 | 10 | 1011110 | 1011001 | 1010011 |
Color Harmonies of #CDFAAB
Complementary color
Monochromatic Colors of #CDFAAB
Black with #CDFAAB
Text Example
Text Example
White with #CDFAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFAAB; }
p { color: rgb(205,250,171); }
H1.HeaderClassName
{
color: #CDFAAB;
}
.AnyTagClassName
{
color: #CDFAAB;
}
</style>
background-color css
<style>
a { background-color: #CDFAAB; }
a { background-color: rgb(205,250,171); }
div.DivClassName
{
background-color: #CDFAAB;
}
.BgClassName
{
background-color: #CDFAAB;
}
</style>
border-color css
<style>
span { border-color: #CDFAAB; }
span { border-color: rgb(205,250,171); }
td.TdClassName
{
border-color: #CDFAAB;
}
.TagClassName
{
border-color: #CDFAAB;
}
</style>