Shades of Blue Romance #DCFED1
Tints of Blue Romance #DCFED1
RGB
CMYK
RGB Variations
Color information
#DCFED1 (or 0xDCFED1) is known color: Blue Romance. HEX triplet: DC, FE and D1. RGB value is (220,254,209). Sum of RGB (Red+Green+Blue) = 220+254+209=683 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.21% from 683); Green value is 254 (99.61% from 255 or 37.19% from 683); Blue value is 209 (82.03% from 255 or 30.60% from 683); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFED1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFED1 is #23012E. Grayscale: #EEEEEE. Windows color (decimal): -2294063 or 13762268. OLE color: 13762268.
HSL color Cylindrical-coordinate representation of color #DCFED1: hue angle of 105.33º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCFED1 is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 254 | 209 | - |
| CMYK | 0.13 | 0 | 0.18 | 0.00 |
| HSL | 105.33º | 0.96% | 0.91% | - |
| HSV(B) | 105.33º | 0.18% | 1% | - |
| XYZ | 76.47 | 90.7 | 73.8 | - |
| YUV | 238.7 | 111.24 | 114.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 254 | 209 | 0.13 | 0 | 0.18 | 0.00 | 105.33 | 0.96 | 0.91 |
| Hex | DC | FE | D1 | D | 0 | 12 | 0 | 69 | 60 | 5B |
| Octal | 334 | 376 | 321 | 15 | 0 | 22 | 0 | 151 | 140 | 133 |
| Binary | 11011100 | 11111110 | 11010001 | 1101 | 0 | 10010 | 0 | 1101001 | 1100000 | 1011011 |
Color Harmonies of #DCFED1
Complementary color
Monochromatic Colors of #DCFED1
Black with #DCFED1
Text Example
Text Example
White with #DCFED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFED1; }
p { color: rgb(220,254,209); }
H1.HeaderClassName
{
color: #DCFED1;
}
.AnyTagClassName
{
color: #DCFED1;
}
</style>
background-color css
<style>
a { background-color: #DCFED1; }
a { background-color: rgb(220,254,209); }
div.DivClassName
{
background-color: #DCFED1;
}
.BgClassName
{
background-color: #DCFED1;
}
</style>
border-color css
<style>
span { border-color: #DCFED1; }
span { border-color: rgb(220,254,209); }
td.TdClassName
{
border-color: #DCFED1;
}
.TagClassName
{
border-color: #DCFED1;
}
</style>