Shades of Light Cyan #D3FFFD
Tints of Light Cyan #D3FFFD
RGB
CMYK
RGB Variations
Color information
#D3FFFD (or 0xD3FFFD) is known color: Light Cyan. HEX triplet: D3, FF and FD. RGB value is (211,255,253). Sum of RGB (Red+Green+Blue) = 211+255+253=719 (95% of max value = 765). Red value is 211 (82.81% from 255 or 29.35% from 719); Green value is 255 (100% from 255 or 35.47% from 719); Blue value is 253 (99.22% from 255 or 35.19% from 719); Max value from RGB is 255 - color contains mainly: green. Hex color #D3FFFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D3FFFD is #2C0002. Grayscale: #F1F1F1. Windows color (decimal): -2883587 or 16646099. OLE color: 16646099.
HSL color Cylindrical-coordinate representation of color #D3FFFD: hue angle of 177.27º 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 #D3FFFD is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 211 | 255 | 253 | - |
| CMYK | 0.17 | 0 | 0.01 | 0 |
| HSL | 177.27º | 1% | 0.91% | - |
| HSV(B) | 177.27º | 0.17% | 1% | - |
| XYZ | 80.35 | 92.46 | 106.54 | - |
| YUV | 241.62 | 134.42 | 106.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 255 | 253 | 0.17 | 0 | 0.01 | 0 | 177.27 | 1 | 0.91 |
| Hex | D3 | FF | FD | 11 | 0 | 1 | 0 | B1 | 64 | 5B |
| Octal | 323 | 377 | 375 | 21 | 0 | 1 | 0 | 261 | 144 | 133 |
| Binary | 11010011 | 11111111 | 11111101 | 10001 | 0 | 1 | 0 | 10110001 | 1100100 | 1011011 |
Color Harmonies of #D3FFFD
Complementary color
Monochromatic Colors of #D3FFFD
Black with #D3FFFD
Text Example
Text Example
White with #D3FFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3FFFD; }
p { color: rgb(211,255,253); }
H1.HeaderClassName
{
color: #D3FFFD;
}
.AnyTagClassName
{
color: #D3FFFD;
}
</style>
background-color css
<style>
a { background-color: #D3FFFD; }
a { background-color: rgb(211,255,253); }
div.DivClassName
{
background-color: #D3FFFD;
}
.BgClassName
{
background-color: #D3FFFD;
}
</style>
border-color css
<style>
span { border-color: #D3FFFD; }
span { border-color: rgb(211,255,253); }
td.TdClassName
{
border-color: #D3FFFD;
}
.TagClassName
{
border-color: #D3FFFD;
}
</style>