Shades of Clear Day #DBF6EF
Tints of Clear Day #DBF6EF
RGB
CMYK
RGB Variations
Color information
#DBF6EF (or 0xDBF6EF) is known color: Clear Day. HEX triplet: DB, F6 and EF. RGB value is (219,246,239). Sum of RGB (Red+Green+Blue) = 219+246+239=704 (93% of max value = 765). Red value is 219 (85.94% from 255 or 31.11% from 704); Green value is 246 (96.48% from 255 or 34.94% from 704); Blue value is 239 (93.75% from 255 or 33.95% from 704); Max value from RGB is 246 - color contains mainly: green. Hex color #DBF6EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF6EF is #240910. Grayscale: #EDEDED. Windows color (decimal): -2361617 or 15726299. OLE color: 15726299.
HSL color Cylindrical-coordinate representation of color #DBF6EF: hue angle of 164.44º degrees, saturation: 0.6, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBF6EF is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
RGB | 219 | 246 | 239 | - |
CMYK | 0.11 | 0 | 0.03 | 0.04 |
HSL | 164.44º | 0.6% | 0.91% | - |
HSV(B) | 164.44º | 0.11% | 0.96% | - |
XYZ | 77.75 | 87.2 | 94.4 | - |
YUV | 237.13 | 129.05 | 115.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 246 | 239 | 0.11 | 0 | 0.03 | 0.04 | 164.44 | 0.6 | 0.91 |
Hex | DB | F6 | EF | B | 0 | 3 | 4 | A4 | 3C | 5B |
Octal | 333 | 366 | 357 | 13 | 0 | 3 | 4 | 244 | 74 | 133 |
Binary | 11011011 | 11110110 | 11101111 | 1011 | 0 | 11 | 100 | 10100100 | 111100 | 1011011 |
Color Harmonies of #DBF6EF
Complementary color
Monochromatic Colors of #DBF6EF
Black with #DBF6EF
Text Example
Text Example
White with #DBF6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF6EF; }
p { color: rgb(219,246,239); }
H1.HeaderClassName
{
color: #DBF6EF;
}
.AnyTagClassName
{
color: #DBF6EF;
}
</style>
background-color css
<style>
a { background-color: #DBF6EF; }
a { background-color: rgb(219,246,239); }
div.DivClassName
{
background-color: #DBF6EF;
}
.BgClassName
{
background-color: #DBF6EF;
}
</style>
border-color css
<style>
span { border-color: #DBF6EF; }
span { border-color: rgb(219,246,239); }
td.TdClassName
{
border-color: #DBF6EF;
}
.TagClassName
{
border-color: #DBF6EF;
}
</style>