Shades of Reef #CDFDA3
Tints of Reef #CDFDA3
RGB
CMYK
RGB Variations
Color information
#CDFDA3 (or 0xCDFDA3) is known color: Reef. HEX triplet: CD, FD and A3. RGB value is (205,253,163). Sum of RGB (Red+Green+Blue) = 205+253+163=621 (82% of max value = 765). Red value is 205 (80.47% from 255 or 33.01% from 621); Green value is 253 (99.22% from 255 or 40.74% from 621); Blue value is 163 (64.06% from 255 or 26.25% from 621); Max value from RGB is 253 - color contains mainly: green. Hex color #CDFDA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDFDA3 is #32025C. Grayscale: #E4E4E4. Windows color (decimal): -3277405 or 10747341. OLE color: 10747341.
HSL color Cylindrical-coordinate representation of color #CDFDA3: hue angle of 92º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CDFDA3 is Cyan = 0.19, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 253 | 163 | - |
| CMYK | 0.19 | 0 | 0.36 | 0.01 |
| HSL | 92º | 0.96% | 0.82% | - |
| HSV(B) | 92º | 0.36% | 0.99% | - |
| XYZ | 66.91 | 85.87 | 47.7 | - |
| YUV | 228.39 | 91.1 | 111.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 253 | 163 | 0.19 | 0 | 0.36 | 0.01 | 92 | 0.96 | 0.82 |
| Hex | CD | FD | A3 | 13 | 0 | 24 | 1 | 5C | 60 | 52 |
| Octal | 315 | 375 | 243 | 23 | 0 | 44 | 1 | 134 | 140 | 122 |
| Binary | 11001101 | 11111101 | 10100011 | 10011 | 0 | 100100 | 1 | 1011100 | 1100000 | 1010010 |
Color Harmonies of #CDFDA3
Complementary color
Monochromatic Colors of #CDFDA3
Black with #CDFDA3
Text Example
Text Example
White with #CDFDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFDA3; }
p { color: rgb(205,253,163); }
H1.HeaderClassName
{
color: #CDFDA3;
}
.AnyTagClassName
{
color: #CDFDA3;
}
</style>
background-color css
<style>
a { background-color: #CDFDA3; }
a { background-color: rgb(205,253,163); }
div.DivClassName
{
background-color: #CDFDA3;
}
.BgClassName
{
background-color: #CDFDA3;
}
</style>
border-color css
<style>
span { border-color: #CDFDA3; }
span { border-color: rgb(205,253,163); }
td.TdClassName
{
border-color: #CDFDA3;
}
.TagClassName
{
border-color: #CDFDA3;
}
</style>