Shades of Light Cyan #D2FCF7
Tints of Light Cyan #D2FCF7
RGB
CMYK
RGB Variations
Color information
#D2FCF7 (or 0xD2FCF7) is known color: Light Cyan. HEX triplet: D2, FC and F7. RGB value is (210,252,247). Sum of RGB (Red+Green+Blue) = 210+252+247=709 (93% of max value = 765). Red value is 210 (82.42% from 255 or 29.62% from 709); Green value is 252 (98.83% from 255 or 35.54% from 709); Blue value is 247 (96.88% from 255 or 34.84% from 709); Max value from RGB is 252 - color contains mainly: green. Hex color #D2FCF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2FCF7 is #2D0308. Grayscale: #EEEEEE. Windows color (decimal): -2949897 or 16252114. OLE color: 16252114.
HSL color Cylindrical-coordinate representation of color #D2FCF7: hue angle of 172.86º degrees, saturation: 0.88, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2FCF7 is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 252 | 247 | - |
| CMYK | 0.17 | 0 | 0.02 | 0.01 |
| HSL | 172.86º | 0.88% | 0.91% | - |
| HSV(B) | 172.86º | 0.17% | 0.99% | - |
| XYZ | 78.18 | 90.04 | 101.25 | - |
| YUV | 238.87 | 132.59 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 252 | 247 | 0.17 | 0 | 0.02 | 0.01 | 172.86 | 0.88 | 0.91 |
| Hex | D2 | FC | F7 | 11 | 0 | 2 | 1 | AD | 58 | 5B |
| Octal | 322 | 374 | 367 | 21 | 0 | 2 | 1 | 255 | 130 | 133 |
| Binary | 11010010 | 11111100 | 11110111 | 10001 | 0 | 10 | 1 | 10101101 | 1011000 | 1011011 |
Color Harmonies of #D2FCF7
Complementary color
Monochromatic Colors of #D2FCF7
Black with #D2FCF7
Text Example
Text Example
White with #D2FCF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FCF7; }
p { color: rgb(210,252,247); }
H1.HeaderClassName
{
color: #D2FCF7;
}
.AnyTagClassName
{
color: #D2FCF7;
}
</style>
background-color css
<style>
a { background-color: #D2FCF7; }
a { background-color: rgb(210,252,247); }
div.DivClassName
{
background-color: #D2FCF7;
}
.BgClassName
{
background-color: #D2FCF7;
}
</style>
border-color css
<style>
span { border-color: #D2FCF7; }
span { border-color: rgb(210,252,247); }
td.TdClassName
{
border-color: #D2FCF7;
}
.TagClassName
{
border-color: #D2FCF7;
}
</style>