Shades of Swans Down #DBECDF
Tints of Swans Down #DBECDF
RGB
CMYK
RGB Variations
Color information
#DBECDF (or 0xDBECDF) is known color: Swans Down. HEX triplet: DB, EC and DF. RGB value is (219,236,223). Sum of RGB (Red+Green+Blue) = 219+236+223=678 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.30% from 678); Green value is 236 (92.58% from 255 or 34.81% from 678); Blue value is 223 (87.5% from 255 or 32.89% from 678); Max value from RGB is 236 - color contains mainly: green. Hex color #DBECDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBECDF is #241320. Grayscale: #E5E5E5. Windows color (decimal): -2364193 or 14675163. OLE color: 14675163.
HSL color Cylindrical-coordinate representation of color #DBECDF: hue angle of 134.12º degrees, saturation: 0.31, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DBECDF is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 236 | 223 | - |
CMYK | 0.07 | 0 | 0.06 | 0.07 |
HSL | 134.12º | 0.31% | 0.89% | - |
HSV(B) | 134.12º | 0.07% | 0.93% | - |
XYZ | 72.53 | 80.38 | 81.5 | - |
YUV | 229.44 | 124.37 | 120.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 236 | 223 | 0.07 | 0 | 0.06 | 0.07 | 134.12 | 0.31 | 0.89 |
Hex | DB | EC | DF | 7 | 0 | 6 | 7 | 86 | 1F | 59 |
Octal | 333 | 354 | 337 | 7 | 0 | 6 | 7 | 206 | 37 | 131 |
Binary | 11011011 | 11101100 | 11011111 | 111 | 0 | 110 | 111 | 10000110 | 11111 | 1011001 |
Color Harmonies of #DBECDF
Complementary color
Monochromatic Colors of #DBECDF
Black with #DBECDF
Text Example
Text Example
White with #DBECDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBECDF; }
p { color: rgb(219,236,223); }
H1.HeaderClassName
{
color: #DBECDF;
}
.AnyTagClassName
{
color: #DBECDF;
}
</style>
background-color css
<style>
a { background-color: #DBECDF; }
a { background-color: rgb(219,236,223); }
div.DivClassName
{
background-color: #DBECDF;
}
.BgClassName
{
background-color: #DBECDF;
}
</style>
border-color css
<style>
span { border-color: #DBECDF; }
span { border-color: rgb(219,236,223); }
td.TdClassName
{
border-color: #DBECDF;
}
.TagClassName
{
border-color: #DBECDF;
}
</style>