Shades of Reef #CDFDA1
Tints of Reef #CDFDA1
RGB
CMYK
RGB Variations
Color information
#CDFDA1 (or 0xCDFDA1) is known color: Reef. HEX triplet: CD, FD and A1. RGB value is (205,253,161). Sum of RGB (Red+Green+Blue) = 205+253+161=619 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.12% from 619); Green value is 253 (99.22% from 255 or 40.87% from 619); Blue value is 161 (63.28% from 255 or 26.01% from 619); Max value from RGB is 253 - color contains mainly: green. Hex color #CDFDA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDFDA1 is #32025E. Grayscale: #E4E4E4. Windows color (decimal): -3277407 or 10616269. OLE color: 10616269.
HSL color Cylindrical-coordinate representation of color #CDFDA1: hue angle of 91.3º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CDFDA1 is Cyan = 0.19, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
RGB | 205 | 253 | 161 | - |
CMYK | 0.19 | 0 | 0.36 | 0.01 |
HSL | 91.3º | 0.96% | 0.81% | - |
HSV(B) | 91.3º | 0.36% | 0.99% | - |
XYZ | 66.74 | 85.8 | 46.76 | - |
YUV | 228.16 | 90.1 | 111.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 253 | 161 | 0.19 | 0 | 0.36 | 0.01 | 91.3 | 0.96 | 0.81 |
Hex | CD | FD | A1 | 13 | 0 | 24 | 1 | 5B | 60 | 51 |
Octal | 315 | 375 | 241 | 23 | 0 | 44 | 1 | 133 | 140 | 121 |
Binary | 11001101 | 11111101 | 10100001 | 10011 | 0 | 100100 | 1 | 1011011 | 1100000 | 1010001 |
Color Harmonies of #CDFDA1
Complementary color
Monochromatic Colors of #CDFDA1
Black with #CDFDA1
Text Example
Text Example
White with #CDFDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFDA1; }
p { color: rgb(205,253,161); }
H1.HeaderClassName
{
color: #CDFDA1;
}
.AnyTagClassName
{
color: #CDFDA1;
}
</style>
background-color css
<style>
a { background-color: #CDFDA1; }
a { background-color: rgb(205,253,161); }
div.DivClassName
{
background-color: #CDFDA1;
}
.BgClassName
{
background-color: #CDFDA1;
}
</style>
border-color css
<style>
span { border-color: #CDFDA1; }
span { border-color: rgb(205,253,161); }
td.TdClassName
{
border-color: #CDFDA1;
}
.TagClassName
{
border-color: #CDFDA1;
}
</style>