Shades of Swans Down #DCECE1
Tints of Swans Down #DCECE1
RGB
CMYK
RGB Variations
Color information
#DCECE1 (or 0xDCECE1) is known color: Swans Down. HEX triplet: DC, EC and E1. RGB value is (220,236,225). Sum of RGB (Red+Green+Blue) = 220+236+225=681 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.31% from 681); Green value is 236 (92.58% from 255 or 34.65% from 681); Blue value is 225 (88.28% from 255 or 33.04% from 681); Max value from RGB is 236 - color contains mainly: green. Hex color #DCECE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCECE1 is #23131E. Grayscale: #E5E5E5. Windows color (decimal): -2298655 or 14806236. OLE color: 14806236.
HSL color Cylindrical-coordinate representation of color #DCECE1: hue angle of 138.75º degrees, saturation: 0.3, 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 #DCECE1 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
RGB | 220 | 236 | 225 | - |
CMYK | 0.07 | 0 | 0.05 | 0.07 |
HSL | 138.75º | 0.3% | 0.89% | - |
HSV(B) | 138.75º | 0.07% | 0.93% | - |
XYZ | 73.1 | 80.64 | 82.95 | - |
YUV | 229.96 | 125.2 | 120.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 236 | 225 | 0.07 | 0 | 0.05 | 0.07 | 138.75 | 0.3 | 0.89 |
Hex | DC | EC | E1 | 7 | 0 | 5 | 7 | 8B | 1E | 59 |
Octal | 334 | 354 | 341 | 7 | 0 | 5 | 7 | 213 | 36 | 131 |
Binary | 11011100 | 11101100 | 11100001 | 111 | 0 | 101 | 111 | 10001011 | 11110 | 1011001 |
Color Harmonies of #DCECE1
Complementary color
Monochromatic Colors of #DCECE1
Black with #DCECE1
Text Example
Text Example
White with #DCECE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCECE1; }
p { color: rgb(220,236,225); }
H1.HeaderClassName
{
color: #DCECE1;
}
.AnyTagClassName
{
color: #DCECE1;
}
</style>
background-color css
<style>
a { background-color: #DCECE1; }
a { background-color: rgb(220,236,225); }
div.DivClassName
{
background-color: #DCECE1;
}
.BgClassName
{
background-color: #DCECE1;
}
</style>
border-color css
<style>
span { border-color: #DCECE1; }
span { border-color: rgb(220,236,225); }
td.TdClassName
{
border-color: #DCECE1;
}
.TagClassName
{
border-color: #DCECE1;
}
</style>