Shades of Reef #CDFDAA
Tints of Reef #CDFDAA
RGB
CMYK
RGB Variations
Color information
#CDFDAA (or 0xCDFDAA) is known color: Reef. HEX triplet: CD, FD and AA. RGB value is (205,253,170). Sum of RGB (Red+Green+Blue) = 205+253+170=628 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.64% from 628); Green value is 253 (99.22% from 255 or 40.29% from 628); Blue value is 170 (66.80% from 255 or 27.07% from 628); Max value from RGB is 253 - color contains mainly: green. Hex color #CDFDAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDFDAA is #320255. Grayscale: #E5E5E5. Windows color (decimal): -3277398 or 11206093. OLE color: 11206093.
HSL color Cylindrical-coordinate representation of color #CDFDAA: hue angle of 94.7º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CDFDAA is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 253 | 170 | - |
| CMYK | 0.19 | 0 | 0.33 | 0.01 |
| HSL | 94.7º | 0.95% | 0.83% | - |
| HSV(B) | 94.7º | 0.33% | 0.99% | - |
| XYZ | 67.56 | 86.13 | 51.09 | - |
| YUV | 229.19 | 94.6 | 110.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 253 | 170 | 0.19 | 0 | 0.33 | 0.01 | 94.7 | 0.95 | 0.83 |
| Hex | CD | FD | AA | 13 | 0 | 21 | 1 | 5F | 5F | 53 |
| Octal | 315 | 375 | 252 | 23 | 0 | 41 | 1 | 137 | 137 | 123 |
| Binary | 11001101 | 11111101 | 10101010 | 10011 | 0 | 100001 | 1 | 1011111 | 1011111 | 1010011 |
Color Harmonies of #CDFDAA
Complementary color
Monochromatic Colors of #CDFDAA
Black with #CDFDAA
Text Example
Text Example
White with #CDFDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFDAA; }
p { color: rgb(205,253,170); }
H1.HeaderClassName
{
color: #CDFDAA;
}
.AnyTagClassName
{
color: #CDFDAA;
}
</style>
background-color css
<style>
a { background-color: #CDFDAA; }
a { background-color: rgb(205,253,170); }
div.DivClassName
{
background-color: #CDFDAA;
}
.BgClassName
{
background-color: #CDFDAA;
}
</style>
border-color css
<style>
span { border-color: #CDFDAA; }
span { border-color: rgb(205,253,170); }
td.TdClassName
{
border-color: #CDFDAA;
}
.TagClassName
{
border-color: #CDFDAA;
}
</style>