Shades of Blue Romance #DCEED7
Tints of Blue Romance #DCEED7
RGB
CMYK
RGB Variations
Color information
#DCEED7 (or 0xDCEED7) is known color: Blue Romance. HEX triplet: DC, EE and D7. RGB value is (220,238,215). Sum of RGB (Red+Green+Blue) = 220+238+215=673 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.69% from 673); Green value is 238 (93.36% from 255 or 35.36% from 673); Blue value is 215 (84.38% from 255 or 31.95% from 673); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEED7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEED7 is #231128. Grayscale: #E6E6E6. Windows color (decimal): -2298153 or 14151388. OLE color: 14151388.
HSL color Cylindrical-coordinate representation of color #DCEED7: hue angle of 106.96º degrees, saturation: 0.4, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCEED7 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
RGB | 220 | 238 | 215 | - |
CMYK | 0.08 | 0 | 0.10 | 0.07 |
HSL | 106.96º | 0.4% | 0.89% | - |
HSV(B) | 106.96º | 0.1% | 0.93% | - |
XYZ | 72.36 | 81.27 | 76.16 | - |
YUV | 230 | 119.54 | 120.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 238 | 215 | 0.08 | 0 | 0.10 | 0.07 | 106.96 | 0.4 | 0.89 |
Hex | DC | EE | D7 | 8 | 0 | A | 7 | 6B | 28 | 59 |
Octal | 334 | 356 | 327 | 10 | 0 | 12 | 7 | 153 | 50 | 131 |
Binary | 11011100 | 11101110 | 11010111 | 1000 | 0 | 1010 | 111 | 1101011 | 101000 | 1011001 |
Color Harmonies of #DCEED7
Complementary color
Monochromatic Colors of #DCEED7
Black with #DCEED7
Text Example
Text Example
White with #DCEED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEED7; }
p { color: rgb(220,238,215); }
H1.HeaderClassName
{
color: #DCEED7;
}
.AnyTagClassName
{
color: #DCEED7;
}
</style>
background-color css
<style>
a { background-color: #DCEED7; }
a { background-color: rgb(220,238,215); }
div.DivClassName
{
background-color: #DCEED7;
}
.BgClassName
{
background-color: #DCEED7;
}
</style>
border-color css
<style>
span { border-color: #DCEED7; }
span { border-color: rgb(220,238,215); }
td.TdClassName
{
border-color: #DCEED7;
}
.TagClassName
{
border-color: #DCEED7;
}
</style>