Shades of Swans Down #DCEAE1
Tints of Swans Down #DCEAE1
RGB
CMYK
RGB Variations
Color information
#DCEAE1 (or 0xDCEAE1) is known color: Swans Down. HEX triplet: DC, EA and E1. RGB value is (220,234,225). Sum of RGB (Red+Green+Blue) = 220+234+225=679 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.40% from 679); Green value is 234 (91.80% from 255 or 34.46% from 679); Blue value is 225 (88.28% from 255 or 33.14% from 679); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEAE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEAE1 is #23151E. Grayscale: #E4E4E4. Windows color (decimal): -2299167 or 14805724. OLE color: 14805724.
HSL color Cylindrical-coordinate representation of color #DCEAE1: hue angle of 141.43º degrees, saturation: 0.25, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DCEAE1 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
RGB | 220 | 234 | 225 | - |
CMYK | 0.06 | 0 | 0.04 | 0.08 |
HSL | 141.43º | 0.25% | 0.89% | - |
HSV(B) | 141.43º | 0.06% | 0.92% | - |
XYZ | 72.53 | 79.5 | 82.76 | - |
YUV | 228.79 | 125.86 | 121.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 234 | 225 | 0.06 | 0 | 0.04 | 0.08 | 141.43 | 0.25 | 0.89 |
Hex | DC | EA | E1 | 6 | 0 | 4 | 8 | 8D | 19 | 59 |
Octal | 334 | 352 | 341 | 6 | 0 | 4 | 10 | 215 | 31 | 131 |
Binary | 11011100 | 11101010 | 11100001 | 110 | 0 | 100 | 1000 | 10001101 | 11001 | 1011001 |
Color Harmonies of #DCEAE1
Complementary color
Monochromatic Colors of #DCEAE1
Black with #DCEAE1
Text Example
Text Example
White with #DCEAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEAE1; }
p { color: rgb(220,234,225); }
H1.HeaderClassName
{
color: #DCEAE1;
}
.AnyTagClassName
{
color: #DCEAE1;
}
</style>
background-color css
<style>
a { background-color: #DCEAE1; }
a { background-color: rgb(220,234,225); }
div.DivClassName
{
background-color: #DCEAE1;
}
.BgClassName
{
background-color: #DCEAE1;
}
</style>
border-color css
<style>
span { border-color: #DCEAE1; }
span { border-color: rgb(220,234,225); }
td.TdClassName
{
border-color: #DCEAE1;
}
.TagClassName
{
border-color: #DCEAE1;
}
</style>