Shades of Light Cyan #D3FFFC
Tints of Light Cyan #D3FFFC
RGB
CMYK
RGB Variations
Color information
#D3FFFC (or 0xD3FFFC) is known color: Light Cyan. HEX triplet: D3, FF and FC. RGB value is (211,255,252). Sum of RGB (Red+Green+Blue) = 211+255+252=718 (95% of max value = 765). Red value is 211 (82.81% from 255 or 29.39% from 718); Green value is 255 (100% from 255 or 35.52% from 718); Blue value is 252 (98.83% from 255 or 35.10% from 718); Max value from RGB is 255 - color contains mainly: green. Hex color #D3FFFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D3FFFC is #2C0003. Grayscale: #F1F1F1. Windows color (decimal): -2883588 or 16580563. OLE color: 16580563.
HSL color Cylindrical-coordinate representation of color #D3FFFC: hue angle of 175.91º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D3FFFC is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 211 | 255 | 252 | - |
| CMYK | 0.17 | 0 | 0.01 | 0 |
| HSL | 175.91º | 1% | 0.91% | - |
| HSV(B) | 175.91º | 0.17% | 1% | - |
| XYZ | 80.19 | 92.4 | 105.7 | - |
| YUV | 241.5 | 133.92 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 255 | 252 | 0.17 | 0 | 0.01 | 0 | 175.91 | 1 | 0.91 |
| Hex | D3 | FF | FC | 11 | 0 | 1 | 0 | B0 | 64 | 5B |
| Octal | 323 | 377 | 374 | 21 | 0 | 1 | 0 | 260 | 144 | 133 |
| Binary | 11010011 | 11111111 | 11111100 | 10001 | 0 | 1 | 0 | 10110000 | 1100100 | 1011011 |
Color Harmonies of #D3FFFC
Complementary color
Monochromatic Colors of #D3FFFC
Black with #D3FFFC
Text Example
Text Example
White with #D3FFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3FFFC; }
p { color: rgb(211,255,252); }
H1.HeaderClassName
{
color: #D3FFFC;
}
.AnyTagClassName
{
color: #D3FFFC;
}
</style>
background-color css
<style>
a { background-color: #D3FFFC; }
a { background-color: rgb(211,255,252); }
div.DivClassName
{
background-color: #D3FFFC;
}
.BgClassName
{
background-color: #D3FFFC;
}
</style>
border-color css
<style>
span { border-color: #D3FFFC; }
span { border-color: rgb(211,255,252); }
td.TdClassName
{
border-color: #D3FFFC;
}
.TagClassName
{
border-color: #D3FFFC;
}
</style>