Shades of Light Cyan #D2FFFD
Tints of Light Cyan #D2FFFD
RGB
CMYK
RGB Variations
Color information
#D2FFFD (or 0xD2FFFD) is known color: Light Cyan. HEX triplet: D2, FF and FD. RGB value is (210,255,253). Sum of RGB (Red+Green+Blue) = 210+255+253=718 (95% of max value = 765). Red value is 210 (82.42% from 255 or 29.25% from 718); Green value is 255 (100% from 255 or 35.52% from 718); Blue value is 253 (99.22% from 255 or 35.24% from 718); Max value from RGB is 255 - color contains mainly: green. Hex color #D2FFFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2FFFD is #2D0002. Grayscale: #F1F1F1. Windows color (decimal): -2949123 or 16646098. OLE color: 16646098.
HSL color Cylindrical-coordinate representation of color #D2FFFD: hue angle of 177.33º 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 #D2FFFD is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
RGB | 210 | 255 | 253 | - |
CMYK | 0.18 | 0 | 0.01 | 0 |
HSL | 177.33º | 1% | 0.91% | - |
HSV(B) | 177.33º | 0.18% | 1% | - |
XYZ | 80.07 | 92.31 | 106.53 | - |
YUV | 241.32 | 134.59 | 105.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 210 | 255 | 253 | 0.18 | 0 | 0.01 | 0 | 177.33 | 1 | 0.91 |
Hex | D2 | FF | FD | 12 | 0 | 1 | 0 | B1 | 64 | 5B |
Octal | 322 | 377 | 375 | 22 | 0 | 1 | 0 | 261 | 144 | 133 |
Binary | 11010010 | 11111111 | 11111101 | 10010 | 0 | 1 | 0 | 10110001 | 1100100 | 1011011 |
Color Harmonies of #D2FFFD
Complementary color
Monochromatic Colors of #D2FFFD
Black with #D2FFFD
Text Example
Text Example
White with #D2FFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FFFD; }
p { color: rgb(210,255,253); }
H1.HeaderClassName
{
color: #D2FFFD;
}
.AnyTagClassName
{
color: #D2FFFD;
}
</style>
background-color css
<style>
a { background-color: #D2FFFD; }
a { background-color: rgb(210,255,253); }
div.DivClassName
{
background-color: #D2FFFD;
}
.BgClassName
{
background-color: #D2FFFD;
}
</style>
border-color css
<style>
span { border-color: #D2FFFD; }
span { border-color: rgb(210,255,253); }
td.TdClassName
{
border-color: #D2FFFD;
}
.TagClassName
{
border-color: #D2FFFD;
}
</style>