Shades of Reef #CDFDA7
Tints of Reef #CDFDA7
RGB
CMYK
RGB Variations
Color information
#CDFDA7 (or 0xCDFDA7) is known color: Reef. HEX triplet: CD, FD and A7. RGB value is (205,253,167). Sum of RGB (Red+Green+Blue) = 205+253+167=625 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.8% from 625); Green value is 253 (99.22% from 255 or 40.48% from 625); Blue value is 167 (65.62% from 255 or 26.72% from 625); Max value from RGB is 253 - color contains mainly: green. Hex color #CDFDA7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDFDA7 is #320258. Grayscale: #E5E5E5. Windows color (decimal): -3277401 or 11009485. OLE color: 11009485.
HSL color Cylindrical-coordinate representation of color #CDFDA7: hue angle of 93.49º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CDFDA7 is Cyan = 0.19, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 253 | 167 | - |
| CMYK | 0.19 | 0 | 0.34 | 0.01 |
| HSL | 93.49º | 0.96% | 0.82% | - |
| HSV(B) | 93.49º | 0.34% | 0.99% | - |
| XYZ | 67.28 | 86.02 | 49.62 | - |
| YUV | 228.84 | 93.1 | 110.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 253 | 167 | 0.19 | 0 | 0.34 | 0.01 | 93.49 | 0.96 | 0.82 |
| Hex | CD | FD | A7 | 13 | 0 | 22 | 1 | 5D | 60 | 52 |
| Octal | 315 | 375 | 247 | 23 | 0 | 42 | 1 | 135 | 140 | 122 |
| Binary | 11001101 | 11111101 | 10100111 | 10011 | 0 | 100010 | 1 | 1011101 | 1100000 | 1010010 |
Color Harmonies of #CDFDA7
Complementary color
Monochromatic Colors of #CDFDA7
Black with #CDFDA7
Text Example
Text Example
White with #CDFDA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFDA7; }
p { color: rgb(205,253,167); }
H1.HeaderClassName
{
color: #CDFDA7;
}
.AnyTagClassName
{
color: #CDFDA7;
}
</style>
background-color css
<style>
a { background-color: #CDFDA7; }
a { background-color: rgb(205,253,167); }
div.DivClassName
{
background-color: #CDFDA7;
}
.BgClassName
{
background-color: #CDFDA7;
}
</style>
border-color css
<style>
span { border-color: #CDFDA7; }
span { border-color: rgb(205,253,167); }
td.TdClassName
{
border-color: #CDFDA7;
}
.TagClassName
{
border-color: #CDFDA7;
}
</style>