Shades of Light Cyan #DBFFFE
Tints of Light Cyan #DBFFFE
RGB
CMYK
RGB Variations
Color information
#DBFFFE (or 0xDBFFFE) is known color: Light Cyan. HEX triplet: DB, FF and FE. RGB value is (219,255,254). Sum of RGB (Red+Green+Blue) = 219+255+254=728 (96% of max value = 765). Red value is 219 (85.94% from 255 or 30.08% from 728); Green value is 255 (100% from 255 or 35.03% from 728); Blue value is 254 (99.61% from 255 or 34.89% from 728); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFFFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFFFE is #240001. Grayscale: #F4F4F4. Windows color (decimal): -2359298 or 16711643. OLE color: 16711643.
HSL color Cylindrical-coordinate representation of color #DBFFFE: hue angle of 178.33º 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 #DBFFFE is Cyan = 0.14, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
RGB | 219 | 255 | 254 | - |
CMYK | 0.14 | 0 | 0.00 | 0 |
HSL | 178.33º | 1% | 0.93% | - |
HSV(B) | 178.33º | 0.14% | 1% | - |
XYZ | 82.86 | 93.74 | 107.49 | - |
YUV | 244.12 | 133.57 | 110.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 255 | 254 | 0.14 | 0 | 0.00 | 0 | 178.33 | 1 | 0.93 |
Hex | DB | FF | FE | E | 0 | 0 | 0 | B2 | 64 | 5D |
Octal | 333 | 377 | 376 | 16 | 0 | 0 | 0 | 262 | 144 | 135 |
Binary | 11011011 | 11111111 | 11111110 | 1110 | 0 | 0 | 0 | 10110010 | 1100100 | 1011101 |
Color Harmonies of #DBFFFE
Complementary color
Monochromatic Colors of #DBFFFE
Black with #DBFFFE
Text Example
Text Example
White with #DBFFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFFFE; }
p { color: rgb(219,255,254); }
H1.HeaderClassName
{
color: #DBFFFE;
}
.AnyTagClassName
{
color: #DBFFFE;
}
</style>
background-color css
<style>
a { background-color: #DBFFFE; }
a { background-color: rgb(219,255,254); }
div.DivClassName
{
background-color: #DBFFFE;
}
.BgClassName
{
background-color: #DBFFFE;
}
</style>
border-color css
<style>
span { border-color: #DBFFFE; }
span { border-color: rgb(219,255,254); }
td.TdClassName
{
border-color: #DBFFFE;
}
.TagClassName
{
border-color: #DBFFFE;
}
</style>