Shades of Blue Romance #DCF9D5
Tints of Blue Romance #DCF9D5
RGB
CMYK
RGB Variations
Color information
#DCF9D5 (or 0xDCF9D5) is known color: Blue Romance. HEX triplet: DC, F9 and D5. RGB value is (220,249,213). Sum of RGB (Red+Green+Blue) = 220+249+213=682 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.26% from 682); Green value is 249 (97.66% from 255 or 36.51% from 682); Blue value is 213 (83.59% from 255 or 31.23% from 682); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF9D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF9D5 is #23062A. Grayscale: #ECECEC. Windows color (decimal): -2295339 or 14023132. OLE color: 14023132.
HSL color Cylindrical-coordinate representation of color #DCF9D5: hue angle of 108.33º degrees, saturation: 0.75, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCF9D5 is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
RGB | 220 | 249 | 213 | - |
CMYK | 0.12 | 0 | 0.14 | 0.02 |
HSL | 108.33º | 0.75% | 0.91% | - |
HSV(B) | 108.33º | 0.14% | 0.98% | - |
XYZ | 75.4 | 87.77 | 75.92 | - |
YUV | 236.23 | 114.89 | 116.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 249 | 213 | 0.12 | 0 | 0.14 | 0.02 | 108.33 | 0.75 | 0.91 |
Hex | DC | F9 | D5 | C | 0 | E | 2 | 6C | 4B | 5B |
Octal | 334 | 371 | 325 | 14 | 0 | 16 | 2 | 154 | 113 | 133 |
Binary | 11011100 | 11111001 | 11010101 | 1100 | 0 | 1110 | 10 | 1101100 | 1001011 | 1011011 |
Color Harmonies of #DCF9D5
Complementary color
Monochromatic Colors of #DCF9D5
Black with #DCF9D5
Text Example
Text Example
White with #DCF9D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF9D5; }
p { color: rgb(220,249,213); }
H1.HeaderClassName
{
color: #DCF9D5;
}
.AnyTagClassName
{
color: #DCF9D5;
}
</style>
background-color css
<style>
a { background-color: #DCF9D5; }
a { background-color: rgb(220,249,213); }
div.DivClassName
{
background-color: #DCF9D5;
}
.BgClassName
{
background-color: #DCF9D5;
}
</style>
border-color css
<style>
span { border-color: #DCF9D5; }
span { border-color: rgb(220,249,213); }
td.TdClassName
{
border-color: #DCF9D5;
}
.TagClassName
{
border-color: #DCF9D5;
}
</style>