Shades of Reef #CDFDA8
Tints of Reef #CDFDA8
RGB
CMYK
RGB Variations
Color information
#CDFDA8 (or 0xCDFDA8) is known color: Reef. HEX triplet: CD, FD and A8. RGB value is (205,253,168). Sum of RGB (Red+Green+Blue) = 205+253+168=626 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.75% from 626); Green value is 253 (99.22% from 255 or 40.42% from 626); Blue value is 168 (66.02% from 255 or 26.84% from 626); Max value from RGB is 253 - color contains mainly: green. Hex color #CDFDA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDFDA8 is #320257. Grayscale: #E5E5E5. Windows color (decimal): -3277400 or 11075021. OLE color: 11075021.
HSL color Cylindrical-coordinate representation of color #CDFDA8: hue angle of 93.88º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CDFDA8 is Cyan = 0.19, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 253 | 168 | - |
| CMYK | 0.19 | 0 | 0.34 | 0.01 |
| HSL | 93.88º | 0.96% | 0.83% | - |
| HSV(B) | 93.88º | 0.34% | 0.99% | - |
| XYZ | 67.37 | 86.06 | 50.11 | - |
| YUV | 228.96 | 93.6 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 253 | 168 | 0.19 | 0 | 0.34 | 0.01 | 93.88 | 0.96 | 0.83 |
| Hex | CD | FD | A8 | 13 | 0 | 22 | 1 | 5E | 60 | 53 |
| Octal | 315 | 375 | 250 | 23 | 0 | 42 | 1 | 136 | 140 | 123 |
| Binary | 11001101 | 11111101 | 10101000 | 10011 | 0 | 100010 | 1 | 1011110 | 1100000 | 1010011 |
Color Harmonies of #CDFDA8
Complementary color
Monochromatic Colors of #CDFDA8
Black with #CDFDA8
Text Example
Text Example
White with #CDFDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFDA8; }
p { color: rgb(205,253,168); }
H1.HeaderClassName
{
color: #CDFDA8;
}
.AnyTagClassName
{
color: #CDFDA8;
}
</style>
background-color css
<style>
a { background-color: #CDFDA8; }
a { background-color: rgb(205,253,168); }
div.DivClassName
{
background-color: #CDFDA8;
}
.BgClassName
{
background-color: #CDFDA8;
}
</style>
border-color css
<style>
span { border-color: #CDFDA8; }
span { border-color: rgb(205,253,168); }
td.TdClassName
{
border-color: #CDFDA8;
}
.TagClassName
{
border-color: #CDFDA8;
}
</style>