Shades of Light Cyan #D2FFFC
Tints of Light Cyan #D2FFFC
RGB
CMYK
RGB Variations
Color information
#D2FFFC (or 0xD2FFFC) is known color: Light Cyan. HEX triplet: D2, FF and FC. RGB value is (210,255,252). Sum of RGB (Red+Green+Blue) = 210+255+252=717 (94% of max value = 765). Red value is 210 (82.42% from 255 or 29.29% from 717); Green value is 255 (100% from 255 or 35.56% from 717); Blue value is 252 (98.83% from 255 or 35.15% from 717); Max value from RGB is 255 - color contains mainly: green. Hex color #D2FFFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2FFFC is #2D0003. Grayscale: #F1F1F1. Windows color (decimal): -2949124 or 16580562. OLE color: 16580562.
HSL color Cylindrical-coordinate representation of color #D2FFFC: hue angle of 176º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D2FFFC is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
RGB | 210 | 255 | 252 | - |
CMYK | 0.18 | 0 | 0.01 | 0 |
HSL | 176º | 1% | 0.91% | - |
HSV(B) | 176º | 0.18% | 1% | - |
XYZ | 79.91 | 92.25 | 105.69 | - |
YUV | 241.2 | 134.09 | 105.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 210 | 255 | 252 | 0.18 | 0 | 0.01 | 0 | 176 | 1 | 0.91 |
Hex | D2 | FF | FC | 12 | 0 | 1 | 0 | B0 | 64 | 5B |
Octal | 322 | 377 | 374 | 22 | 0 | 1 | 0 | 260 | 144 | 133 |
Binary | 11010010 | 11111111 | 11111100 | 10010 | 0 | 1 | 0 | 10110000 | 1100100 | 1011011 |
Color Harmonies of #D2FFFC
Complementary color
Monochromatic Colors of #D2FFFC
Black with #D2FFFC
Text Example
Text Example
White with #D2FFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FFFC; }
p { color: rgb(210,255,252); }
H1.HeaderClassName
{
color: #D2FFFC;
}
.AnyTagClassName
{
color: #D2FFFC;
}
</style>
background-color css
<style>
a { background-color: #D2FFFC; }
a { background-color: rgb(210,255,252); }
div.DivClassName
{
background-color: #D2FFFC;
}
.BgClassName
{
background-color: #D2FFFC;
}
</style>
border-color css
<style>
span { border-color: #D2FFFC; }
span { border-color: rgb(210,255,252); }
td.TdClassName
{
border-color: #D2FFFC;
}
.TagClassName
{
border-color: #D2FFFC;
}
</style>