Shades of Swans Down #DBEBDE
Tints of Swans Down #DBEBDE
RGB
CMYK
RGB Variations
Color information
#DBEBDE (or 0xDBEBDE) is known color: Swans Down. HEX triplet: DB, EB and DE. RGB value is (219,235,222). Sum of RGB (Red+Green+Blue) = 219+235+222=676 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.40% from 676); Green value is 235 (92.19% from 255 or 34.76% from 676); Blue value is 222 (87.11% from 255 or 32.84% from 676); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEBDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEBDE is #241421. Grayscale: #E4E4E4. Windows color (decimal): -2364450 or 14609371. OLE color: 14609371.
HSL color Cylindrical-coordinate representation of color #DBEBDE: hue angle of 131.25º degrees, saturation: 0.29, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DBEBDE is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 235 | 222 | - |
| CMYK | 0.07 | 0 | 0.06 | 0.08 |
| HSL | 131.25º | 0.29% | 0.89% | - |
| HSV(B) | 131.25º | 0.07% | 0.92% | - |
| XYZ | 72.11 | 79.75 | 80.7 | - |
| YUV | 228.73 | 124.2 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 235 | 222 | 0.07 | 0 | 0.06 | 0.08 | 131.25 | 0.29 | 0.89 |
| Hex | DB | EB | DE | 7 | 0 | 6 | 8 | 83 | 1D | 59 |
| Octal | 333 | 353 | 336 | 7 | 0 | 6 | 10 | 203 | 35 | 131 |
| Binary | 11011011 | 11101011 | 11011110 | 111 | 0 | 110 | 1000 | 10000011 | 11101 | 1011001 |
Color Harmonies of #DBEBDE
Complementary color
Monochromatic Colors of #DBEBDE
Black with #DBEBDE
Text Example
Text Example
White with #DBEBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEBDE; }
p { color: rgb(219,235,222); }
H1.HeaderClassName
{
color: #DBEBDE;
}
.AnyTagClassName
{
color: #DBEBDE;
}
</style>
background-color css
<style>
a { background-color: #DBEBDE; }
a { background-color: rgb(219,235,222); }
div.DivClassName
{
background-color: #DBEBDE;
}
.BgClassName
{
background-color: #DBEBDE;
}
</style>
border-color css
<style>
span { border-color: #DBEBDE; }
span { border-color: rgb(219,235,222); }
td.TdClassName
{
border-color: #DBEBDE;
}
.TagClassName
{
border-color: #DBEBDE;
}
</style>