Shades of Reef #CDFAA5
Tints of Reef #CDFAA5
RGB
CMYK
RGB Variations
Color information
#CDFAA5 (or 0xCDFAA5) is known color: Reef. HEX triplet: CD, FA and A5. RGB value is (205,250,165). Sum of RGB (Red+Green+Blue) = 205+250+165=620 (82% of max value = 765). Red value is 205 (80.47% from 255 or 33.06% from 620); Green value is 250 (98.05% from 255 or 40.32% from 620); Blue value is 165 (64.84% from 255 or 26.61% from 620); Max value from RGB is 250 - color contains mainly: green. Hex color #CDFAA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDFAA5 is #32055A. Grayscale: #E3E3E3. Windows color (decimal): -3278171 or 10877645. OLE color: 10877645.
HSL color Cylindrical-coordinate representation of color #CDFAA5: hue angle of 91.76º degrees, saturation: 0.89, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CDFAA5 is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 250 | 165 | - |
| CMYK | 0.18 | 0 | 0.34 | 0.02 |
| HSL | 91.76º | 0.89% | 0.81% | - |
| HSV(B) | 91.76º | 0.34% | 0.98% | - |
| XYZ | 66.15 | 84.07 | 48.34 | - |
| YUV | 226.86 | 93.09 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 250 | 165 | 0.18 | 0 | 0.34 | 0.02 | 91.76 | 0.89 | 0.81 |
| Hex | CD | FA | A5 | 12 | 0 | 22 | 2 | 5C | 59 | 51 |
| Octal | 315 | 372 | 245 | 22 | 0 | 42 | 2 | 134 | 131 | 121 |
| Binary | 11001101 | 11111010 | 10100101 | 10010 | 0 | 100010 | 10 | 1011100 | 1011001 | 1010001 |
Color Harmonies of #CDFAA5
Complementary color
Monochromatic Colors of #CDFAA5
Black with #CDFAA5
Text Example
Text Example
White with #CDFAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFAA5; }
p { color: rgb(205,250,165); }
H1.HeaderClassName
{
color: #CDFAA5;
}
.AnyTagClassName
{
color: #CDFAA5;
}
</style>
background-color css
<style>
a { background-color: #CDFAA5; }
a { background-color: rgb(205,250,165); }
div.DivClassName
{
background-color: #CDFAA5;
}
.BgClassName
{
background-color: #CDFAA5;
}
</style>
border-color css
<style>
span { border-color: #CDFAA5; }
span { border-color: rgb(205,250,165); }
td.TdClassName
{
border-color: #CDFAA5;
}
.TagClassName
{
border-color: #CDFAA5;
}
</style>