Shades of Light Cyan #D2FCF6
Tints of Light Cyan #D2FCF6
RGB
CMYK
RGB Variations
Color information
#D2FCF6 (or 0xD2FCF6) is known color: Light Cyan. HEX triplet: D2, FC and F6. RGB value is (210,252,246). Sum of RGB (Red+Green+Blue) = 210+252+246=708 (93% of max value = 765). Red value is 210 (82.42% from 255 or 29.66% from 708); Green value is 252 (98.83% from 255 or 35.59% from 708); Blue value is 246 (96.48% from 255 or 34.75% from 708); Max value from RGB is 252 - color contains mainly: green. Hex color #D2FCF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2FCF6 is #2D0309. Grayscale: #EEEEEE. Windows color (decimal): -2949898 or 16186578. OLE color: 16186578.
HSL color Cylindrical-coordinate representation of color #D2FCF6: hue angle of 171.43º 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 #D2FCF6 is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 252 | 246 | - |
| CMYK | 0.17 | 0 | 0.02 | 0.01 |
| HSL | 171.43º | 0.88% | 0.91% | - |
| HSV(B) | 171.43º | 0.17% | 0.99% | - |
| XYZ | 78.02 | 89.98 | 100.44 | - |
| YUV | 238.76 | 132.09 | 107.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 252 | 246 | 0.17 | 0 | 0.02 | 0.01 | 171.43 | 0.88 | 0.91 |
| Hex | D2 | FC | F6 | 11 | 0 | 2 | 1 | AB | 58 | 5B |
| Octal | 322 | 374 | 366 | 21 | 0 | 2 | 1 | 253 | 130 | 133 |
| Binary | 11010010 | 11111100 | 11110110 | 10001 | 0 | 10 | 1 | 10101011 | 1011000 | 1011011 |
Color Harmonies of #D2FCF6
Complementary color
Monochromatic Colors of #D2FCF6
Black with #D2FCF6
Text Example
Text Example
White with #D2FCF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FCF6; }
p { color: rgb(210,252,246); }
H1.HeaderClassName
{
color: #D2FCF6;
}
.AnyTagClassName
{
color: #D2FCF6;
}
</style>
background-color css
<style>
a { background-color: #D2FCF6; }
a { background-color: rgb(210,252,246); }
div.DivClassName
{
background-color: #D2FCF6;
}
.BgClassName
{
background-color: #D2FCF6;
}
</style>
border-color css
<style>
span { border-color: #D2FCF6; }
span { border-color: rgb(210,252,246); }
td.TdClassName
{
border-color: #D2FCF6;
}
.TagClassName
{
border-color: #D2FCF6;
}
</style>