Shades of Reef #CDFAA8
Tints of Reef #CDFAA8
RGB
CMYK
RGB Variations
Color information
#CDFAA8 (or 0xCDFAA8) is known color: Reef. HEX triplet: CD, FA and A8. RGB value is (205,250,168). Sum of RGB (Red+Green+Blue) = 205+250+168=623 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.91% from 623); Green value is 250 (98.05% from 255 or 40.13% from 623); Blue value is 168 (66.02% from 255 or 26.97% from 623); Max value from RGB is 250 - color contains mainly: green. Hex color #CDFAA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDFAA8 is #320557. Grayscale: #E3E3E3. Windows color (decimal): -3278168 or 11074253. OLE color: 11074253.
HSL color Cylindrical-coordinate representation of color #CDFAA8: hue angle of 92.93º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CDFAA8 is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 250 | 168 | - |
| CMYK | 0.18 | 0 | 0.33 | 0.02 |
| HSL | 92.93º | 0.89% | 0.82% | - |
| HSV(B) | 92.93º | 0.33% | 0.98% | - |
| XYZ | 66.43 | 84.18 | 49.79 | - |
| YUV | 227.2 | 94.59 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 250 | 168 | 0.18 | 0 | 0.33 | 0.02 | 92.93 | 0.89 | 0.82 |
| Hex | CD | FA | A8 | 12 | 0 | 21 | 2 | 5D | 59 | 52 |
| Octal | 315 | 372 | 250 | 22 | 0 | 41 | 2 | 135 | 131 | 122 |
| Binary | 11001101 | 11111010 | 10101000 | 10010 | 0 | 100001 | 10 | 1011101 | 1011001 | 1010010 |
Color Harmonies of #CDFAA8
Complementary color
Monochromatic Colors of #CDFAA8
Black with #CDFAA8
Text Example
Text Example
White with #CDFAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFAA8; }
p { color: rgb(205,250,168); }
H1.HeaderClassName
{
color: #CDFAA8;
}
.AnyTagClassName
{
color: #CDFAA8;
}
</style>
background-color css
<style>
a { background-color: #CDFAA8; }
a { background-color: rgb(205,250,168); }
div.DivClassName
{
background-color: #CDFAA8;
}
.BgClassName
{
background-color: #CDFAA8;
}
</style>
border-color css
<style>
span { border-color: #CDFAA8; }
span { border-color: rgb(205,250,168); }
td.TdClassName
{
border-color: #CDFAA8;
}
.TagClassName
{
border-color: #CDFAA8;
}
</style>