Shades of Clear Day #DBFFF3
Tints of Clear Day #DBFFF3
RGB
CMYK
RGB Variations
Color information
#DBFFF3 (or 0xDBFFF3) is known color: Clear Day. HEX triplet: DB, FF and F3. RGB value is (219,255,243). Sum of RGB (Red+Green+Blue) = 219+255+243=717 (94% of max value = 765). Red value is 219 (85.94% from 255 or 30.54% from 717); Green value is 255 (100% from 255 or 35.56% from 717); Blue value is 243 (95.31% from 255 or 33.89% from 717); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFFF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFFF3 is #24000C. Grayscale: #F2F2F2. Windows color (decimal): -2359309 or 15990747. OLE color: 15990747.
HSL color Cylindrical-coordinate representation of color #DBFFF3: hue angle of 160º 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 #DBFFF3 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
RGB | 219 | 255 | 243 | - |
CMYK | 0.14 | 0 | 0.05 | 0 |
HSL | 160º | 1% | 0.93% | - |
HSV(B) | 160º | 0.14% | 1% | - |
XYZ | 81.15 | 93.05 | 98.48 | - |
YUV | 242.87 | 128.07 | 110.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 255 | 243 | 0.14 | 0 | 0.05 | 0 | 160 | 1 | 0.93 |
Hex | DB | FF | F3 | E | 0 | 5 | 0 | A0 | 64 | 5D |
Octal | 333 | 377 | 363 | 16 | 0 | 5 | 0 | 240 | 144 | 135 |
Binary | 11011011 | 11111111 | 11110011 | 1110 | 0 | 101 | 0 | 10100000 | 1100100 | 1011101 |
Color Harmonies of #DBFFF3
Complementary color
Monochromatic Colors of #DBFFF3
Black with #DBFFF3
Text Example
Text Example
White with #DBFFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFFF3; }
p { color: rgb(219,255,243); }
H1.HeaderClassName
{
color: #DBFFF3;
}
.AnyTagClassName
{
color: #DBFFF3;
}
</style>
background-color css
<style>
a { background-color: #DBFFF3; }
a { background-color: rgb(219,255,243); }
div.DivClassName
{
background-color: #DBFFF3;
}
.BgClassName
{
background-color: #DBFFF3;
}
</style>
border-color css
<style>
span { border-color: #DBFFF3; }
span { border-color: rgb(219,255,243); }
td.TdClassName
{
border-color: #DBFFF3;
}
.TagClassName
{
border-color: #DBFFF3;
}
</style>