Shades of Clear Day #DBFBEF
Tints of Clear Day #DBFBEF
RGB
CMYK
RGB Variations
Color information
#DBFBEF (or 0xDBFBEF) is known color: Clear Day. HEX triplet: DB, FB and EF. RGB value is (219,251,239). Sum of RGB (Red+Green+Blue) = 219+251+239=709 (93% of max value = 765). Red value is 219 (85.94% from 255 or 30.89% from 709); Green value is 251 (98.44% from 255 or 35.40% from 709); Blue value is 239 (93.75% from 255 or 33.71% from 709); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFBEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFBEF is #240410. Grayscale: #F0F0F0. Windows color (decimal): -2360337 or 15727579. OLE color: 15727579.
HSL color Cylindrical-coordinate representation of color #DBFBEF: hue angle of 157.5º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBFBEF is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
RGB | 219 | 251 | 239 | - |
CMYK | 0.13 | 0 | 0.05 | 0.02 |
HSL | 157.5º | 0.8% | 0.92% | - |
HSV(B) | 157.5º | 0.13% | 0.98% | - |
XYZ | 79.29 | 90.29 | 94.91 | - |
YUV | 240.06 | 127.4 | 112.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 251 | 239 | 0.13 | 0 | 0.05 | 0.02 | 157.5 | 0.8 | 0.92 |
Hex | DB | FB | EF | D | 0 | 5 | 2 | 9E | 50 | 5C |
Octal | 333 | 373 | 357 | 15 | 0 | 5 | 2 | 236 | 120 | 134 |
Binary | 11011011 | 11111011 | 11101111 | 1101 | 0 | 101 | 10 | 10011110 | 1010000 | 1011100 |
Color Harmonies of #DBFBEF
Complementary color
Monochromatic Colors of #DBFBEF
Black with #DBFBEF
Text Example
Text Example
White with #DBFBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFBEF; }
p { color: rgb(219,251,239); }
H1.HeaderClassName
{
color: #DBFBEF;
}
.AnyTagClassName
{
color: #DBFBEF;
}
</style>
background-color css
<style>
a { background-color: #DBFBEF; }
a { background-color: rgb(219,251,239); }
div.DivClassName
{
background-color: #DBFBEF;
}
.BgClassName
{
background-color: #DBFBEF;
}
</style>
border-color css
<style>
span { border-color: #DBFBEF; }
span { border-color: rgb(219,251,239); }
td.TdClassName
{
border-color: #DBFBEF;
}
.TagClassName
{
border-color: #DBFBEF;
}
</style>