Shades of Light Cyan #DBFFFD
Tints of Light Cyan #DBFFFD
RGB
CMYK
RGB Variations
Color information
#DBFFFD (or 0xDBFFFD) is known color: Light Cyan. HEX triplet: DB, FF and FD. RGB value is (219,255,253). Sum of RGB (Red+Green+Blue) = 219+255+253=727 (96% of max value = 765). Red value is 219 (85.94% from 255 or 30.12% from 727); Green value is 255 (100% from 255 or 35.08% from 727); Blue value is 253 (99.22% from 255 or 34.80% from 727); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFFFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFFFD is #240002. Grayscale: #F3F3F3. Windows color (decimal): -2359299 or 16646107. OLE color: 16646107.
HSL color Cylindrical-coordinate representation of color #DBFFFD: hue angle of 176.67º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBFFFD is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
RGB | 219 | 255 | 253 | - |
CMYK | 0.14 | 0 | 0.01 | 0 |
HSL | 176.67º | 1% | 0.93% | - |
HSV(B) | 176.67º | 0.14% | 1% | - |
XYZ | 82.7 | 93.67 | 106.65 | - |
YUV | 244.01 | 133.07 | 110.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 255 | 253 | 0.14 | 0 | 0.01 | 0 | 176.67 | 1 | 0.93 |
Hex | DB | FF | FD | E | 0 | 1 | 0 | B1 | 64 | 5D |
Octal | 333 | 377 | 375 | 16 | 0 | 1 | 0 | 261 | 144 | 135 |
Binary | 11011011 | 11111111 | 11111101 | 1110 | 0 | 1 | 0 | 10110001 | 1100100 | 1011101 |
Color Harmonies of #DBFFFD
Complementary color
Monochromatic Colors of #DBFFFD
Black with #DBFFFD
Text Example
Text Example
White with #DBFFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFFFD; }
p { color: rgb(219,255,253); }
H1.HeaderClassName
{
color: #DBFFFD;
}
.AnyTagClassName
{
color: #DBFFFD;
}
</style>
background-color css
<style>
a { background-color: #DBFFFD; }
a { background-color: rgb(219,255,253); }
div.DivClassName
{
background-color: #DBFFFD;
}
.BgClassName
{
background-color: #DBFFFD;
}
</style>
border-color css
<style>
span { border-color: #DBFFFD; }
span { border-color: rgb(219,255,253); }
td.TdClassName
{
border-color: #DBFFFD;
}
.TagClassName
{
border-color: #DBFFFD;
}
</style>