Shades of Clear Day #DBFCEF
Tints of Clear Day #DBFCEF
RGB
CMYK
RGB Variations
Color information
#DBFCEF (or 0xDBFCEF) is known color: Clear Day. HEX triplet: DB, FC and EF. RGB value is (219,252,239). Sum of RGB (Red+Green+Blue) = 219+252+239=710 (94% of max value = 765). Red value is 219 (85.94% from 255 or 30.85% from 710); Green value is 252 (98.83% from 255 or 35.49% from 710); Blue value is 239 (93.75% from 255 or 33.66% from 710); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFCEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFCEF is #240310. Grayscale: #F0F0F0. Windows color (decimal): -2360081 or 15727835. OLE color: 15727835.
HSL color Cylindrical-coordinate representation of color #DBFCEF: hue angle of 156.36º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBFCEF is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
RGB | 219 | 252 | 239 | - |
CMYK | 0.13 | 0 | 0.05 | 0.01 |
HSL | 156.36º | 0.85% | 0.92% | - |
HSV(B) | 156.36º | 0.13% | 0.99% | - |
XYZ | 79.6 | 90.91 | 95.01 | - |
YUV | 240.65 | 127.07 | 112.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 252 | 239 | 0.13 | 0 | 0.05 | 0.01 | 156.36 | 0.85 | 0.92 |
Hex | DB | FC | EF | D | 0 | 5 | 1 | 9C | 55 | 5C |
Octal | 333 | 374 | 357 | 15 | 0 | 5 | 1 | 234 | 125 | 134 |
Binary | 11011011 | 11111100 | 11101111 | 1101 | 0 | 101 | 1 | 10011100 | 1010101 | 1011100 |
Color Harmonies of #DBFCEF
Complementary color
Monochromatic Colors of #DBFCEF
Black with #DBFCEF
Text Example
Text Example
White with #DBFCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFCEF; }
p { color: rgb(219,252,239); }
H1.HeaderClassName
{
color: #DBFCEF;
}
.AnyTagClassName
{
color: #DBFCEF;
}
</style>
background-color css
<style>
a { background-color: #DBFCEF; }
a { background-color: rgb(219,252,239); }
div.DivClassName
{
background-color: #DBFCEF;
}
.BgClassName
{
background-color: #DBFCEF;
}
</style>
border-color css
<style>
span { border-color: #DBFCEF; }
span { border-color: rgb(219,252,239); }
td.TdClassName
{
border-color: #DBFCEF;
}
.TagClassName
{
border-color: #DBFCEF;
}
</style>