Shades of Light Cyan #CDFDF7
Tints of Light Cyan #CDFDF7
RGB
CMYK
RGB Variations
Color information
#CDFDF7 (or 0xCDFDF7) is known color: Light Cyan. HEX triplet: CD, FD and F7. RGB value is (205,253,247). Sum of RGB (Red+Green+Blue) = 205+253+247=705 (93% of max value = 765). Red value is 205 (80.47% from 255 or 29.08% from 705); Green value is 253 (99.22% from 255 or 35.89% from 705); Blue value is 247 (96.88% from 255 or 35.04% from 705); Max value from RGB is 253 - color contains mainly: green. Hex color #CDFDF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDFDF7 is #320208. Grayscale: #EDEDED. Windows color (decimal): -3277321 or 16252365. OLE color: 16252365.
HSL color Cylindrical-coordinate representation of color #CDFDF7: hue angle of 172.5º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDFDF7 is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
RGB | 205 | 253 | 247 | - |
CMYK | 0.19 | 0 | 0.02 | 0.01 |
HSL | 172.5º | 0.92% | 0.9% | - |
HSV(B) | 172.5º | 0.19% | 0.99% | - |
XYZ | 77.09 | 89.95 | 101.29 | - |
YUV | 237.96 | 133.1 | 104.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 253 | 247 | 0.19 | 0 | 0.02 | 0.01 | 172.5 | 0.92 | 0.9 |
Hex | CD | FD | F7 | 13 | 0 | 2 | 1 | AC | 5C | 5A |
Octal | 315 | 375 | 367 | 23 | 0 | 2 | 1 | 254 | 134 | 132 |
Binary | 11001101 | 11111101 | 11110111 | 10011 | 0 | 10 | 1 | 10101100 | 1011100 | 1011010 |
Color Harmonies of #CDFDF7
Complementary color
Monochromatic Colors of #CDFDF7
Black with #CDFDF7
Text Example
Text Example
White with #CDFDF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFDF7; }
p { color: rgb(205,253,247); }
H1.HeaderClassName
{
color: #CDFDF7;
}
.AnyTagClassName
{
color: #CDFDF7;
}
</style>
background-color css
<style>
a { background-color: #CDFDF7; }
a { background-color: rgb(205,253,247); }
div.DivClassName
{
background-color: #CDFDF7;
}
.BgClassName
{
background-color: #CDFDF7;
}
</style>
border-color css
<style>
span { border-color: #CDFDF7; }
span { border-color: rgb(205,253,247); }
td.TdClassName
{
border-color: #CDFDF7;
}
.TagClassName
{
border-color: #CDFDF7;
}
</style>