Shades of Reef #CDFDA5
Tints of Reef #CDFDA5
RGB
CMYK
RGB Variations
Color information
#CDFDA5 (or 0xCDFDA5) is known color: Reef. HEX triplet: CD, FD and A5. RGB value is (205,253,165). Sum of RGB (Red+Green+Blue) = 205+253+165=623 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.91% from 623); Green value is 253 (99.22% from 255 or 40.61% from 623); Blue value is 165 (64.84% from 255 or 26.48% from 623); Max value from RGB is 253 - color contains mainly: green. Hex color #CDFDA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDFDA5 is #32025A. Grayscale: #E4E4E4. Windows color (decimal): -3277403 or 10878413. OLE color: 10878413.
HSL color Cylindrical-coordinate representation of color #CDFDA5: hue angle of 92.73º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CDFDA5 is Cyan = 0.19, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 253 | 165 | - |
| CMYK | 0.19 | 0 | 0.35 | 0.01 |
| HSL | 92.73º | 0.96% | 0.82% | - |
| HSV(B) | 92.73º | 0.35% | 0.99% | - |
| XYZ | 67.09 | 85.95 | 48.65 | - |
| YUV | 228.62 | 92.1 | 111.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 253 | 165 | 0.19 | 0 | 0.35 | 0.01 | 92.73 | 0.96 | 0.82 |
| Hex | CD | FD | A5 | 13 | 0 | 23 | 1 | 5D | 60 | 52 |
| Octal | 315 | 375 | 245 | 23 | 0 | 43 | 1 | 135 | 140 | 122 |
| Binary | 11001101 | 11111101 | 10100101 | 10011 | 0 | 100011 | 1 | 1011101 | 1100000 | 1010010 |
Color Harmonies of #CDFDA5
Complementary color
Monochromatic Colors of #CDFDA5
Black with #CDFDA5
Text Example
Text Example
White with #CDFDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFDA5; }
p { color: rgb(205,253,165); }
H1.HeaderClassName
{
color: #CDFDA5;
}
.AnyTagClassName
{
color: #CDFDA5;
}
</style>
background-color css
<style>
a { background-color: #CDFDA5; }
a { background-color: rgb(205,253,165); }
div.DivClassName
{
background-color: #CDFDA5;
}
.BgClassName
{
background-color: #CDFDA5;
}
</style>
border-color css
<style>
span { border-color: #CDFDA5; }
span { border-color: rgb(205,253,165); }
td.TdClassName
{
border-color: #CDFDA5;
}
.TagClassName
{
border-color: #CDFDA5;
}
</style>