Shades of Light Cyan #CDFDF6
Tints of Light Cyan #CDFDF6
RGB
CMYK
RGB Variations
Color information
#CDFDF6 (or 0xCDFDF6) is known color: Light Cyan. HEX triplet: CD, FD and F6. RGB value is (205,253,246). Sum of RGB (Red+Green+Blue) = 205+253+246=704 (93% of max value = 765). Red value is 205 (80.47% from 255 or 29.12% from 704); Green value is 253 (99.22% from 255 or 35.94% from 704); Blue value is 246 (96.48% from 255 or 34.94% from 704); Max value from RGB is 253 - color contains mainly: green. Hex color #CDFDF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDFDF6 is #320209. Grayscale: #EDEDED. Windows color (decimal): -3277322 or 16186829. OLE color: 16186829.
HSL color Cylindrical-coordinate representation of color #CDFDF6: hue angle of 171.25º 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 #CDFDF6 is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
RGB | 205 | 253 | 246 | - |
CMYK | 0.19 | 0 | 0.03 | 0.01 |
HSL | 171.25º | 0.92% | 0.9% | - |
HSV(B) | 171.25º | 0.19% | 0.99% | - |
XYZ | 76.94 | 89.88 | 100.48 | - |
YUV | 237.85 | 132.6 | 104.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 253 | 246 | 0.19 | 0 | 0.03 | 0.01 | 171.25 | 0.92 | 0.9 |
Hex | CD | FD | F6 | 13 | 0 | 3 | 1 | AB | 5C | 5A |
Octal | 315 | 375 | 366 | 23 | 0 | 3 | 1 | 253 | 134 | 132 |
Binary | 11001101 | 11111101 | 11110110 | 10011 | 0 | 11 | 1 | 10101011 | 1011100 | 1011010 |
Color Harmonies of #CDFDF6
Complementary color
Monochromatic Colors of #CDFDF6
Black with #CDFDF6
Text Example
Text Example
White with #CDFDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFDF6; }
p { color: rgb(205,253,246); }
H1.HeaderClassName
{
color: #CDFDF6;
}
.AnyTagClassName
{
color: #CDFDF6;
}
</style>
background-color css
<style>
a { background-color: #CDFDF6; }
a { background-color: rgb(205,253,246); }
div.DivClassName
{
background-color: #CDFDF6;
}
.BgClassName
{
background-color: #CDFDF6;
}
</style>
border-color css
<style>
span { border-color: #CDFDF6; }
span { border-color: rgb(205,253,246); }
td.TdClassName
{
border-color: #CDFDF6;
}
.TagClassName
{
border-color: #CDFDF6;
}
</style>