Shades of Clear Day #DBF4ED
Tints of Clear Day #DBF4ED
RGB
CMYK
RGB Variations
Color information
#DBF4ED (or 0xDBF4ED) is known color: Clear Day. HEX triplet: DB, F4 and ED. RGB value is (219,244,237). Sum of RGB (Red+Green+Blue) = 219+244+237=700 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.29% from 700); Green value is 244 (95.70% from 255 or 34.86% from 700); Blue value is 237 (92.97% from 255 or 33.86% from 700); Max value from RGB is 244 - color contains mainly: green. Hex color #DBF4ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF4ED is #240B12. Grayscale: #EBEBEB. Windows color (decimal): -2362131 or 15594715. OLE color: 15594715.
HSL color Cylindrical-coordinate representation of color #DBF4ED: hue angle of 163.2º degrees, saturation: 0.53, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBF4ED is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
RGB | 219 | 244 | 237 | - |
CMYK | 0.10 | 0 | 0.03 | 0.04 |
HSL | 163.2º | 0.53% | 0.91% | - |
HSV(B) | 163.2º | 0.1% | 0.96% | - |
XYZ | 76.85 | 85.88 | 92.65 | - |
YUV | 235.73 | 128.72 | 116.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 244 | 237 | 0.10 | 0 | 0.03 | 0.04 | 163.2 | 0.53 | 0.91 |
Hex | DB | F4 | ED | A | 0 | 3 | 4 | A3 | 35 | 5B |
Octal | 333 | 364 | 355 | 12 | 0 | 3 | 4 | 243 | 65 | 133 |
Binary | 11011011 | 11110100 | 11101101 | 1010 | 0 | 11 | 100 | 10100011 | 110101 | 1011011 |
Color Harmonies of #DBF4ED
Complementary color
Monochromatic Colors of #DBF4ED
Black with #DBF4ED
Text Example
Text Example
White with #DBF4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF4ED; }
p { color: rgb(219,244,237); }
H1.HeaderClassName
{
color: #DBF4ED;
}
.AnyTagClassName
{
color: #DBF4ED;
}
</style>
background-color css
<style>
a { background-color: #DBF4ED; }
a { background-color: rgb(219,244,237); }
div.DivClassName
{
background-color: #DBF4ED;
}
.BgClassName
{
background-color: #DBF4ED;
}
</style>
border-color css
<style>
span { border-color: #DBF4ED; }
span { border-color: rgb(219,244,237); }
td.TdClassName
{
border-color: #DBF4ED;
}
.TagClassName
{
border-color: #DBF4ED;
}
</style>