Shades of Blue Romance #DCF3D8
Tints of Blue Romance #DCF3D8
RGB
CMYK
RGB Variations
Color information
#DCF3D8 (or 0xDCF3D8) is known color: Blue Romance. HEX triplet: DC, F3 and D8. RGB value is (220,243,216). Sum of RGB (Red+Green+Blue) = 220+243+216=679 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.40% from 679); Green value is 243 (95.31% from 255 or 35.79% from 679); Blue value is 216 (84.77% from 255 or 31.81% from 679); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF3D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF3D8 is #230C27. Grayscale: #E9E9E9. Windows color (decimal): -2296872 or 14218204. OLE color: 14218204.
HSL color Cylindrical-coordinate representation of color #DCF3D8: hue angle of 111.11º degrees, saturation: 0.53, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCF3D8 is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 243 | 216 | - |
| CMYK | 0.09 | 0 | 0.11 | 0.05 |
| HSL | 111.11º | 0.53% | 0.9% | - |
| HSV(B) | 111.11º | 0.11% | 0.95% | - |
| XYZ | 73.96 | 84.27 | 77.33 | - |
| YUV | 233.05 | 118.38 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 243 | 216 | 0.09 | 0 | 0.11 | 0.05 | 111.11 | 0.53 | 0.9 |
| Hex | DC | F3 | D8 | 9 | 0 | B | 5 | 6F | 35 | 5A |
| Octal | 334 | 363 | 330 | 11 | 0 | 13 | 5 | 157 | 65 | 132 |
| Binary | 11011100 | 11110011 | 11011000 | 1001 | 0 | 1011 | 101 | 1101111 | 110101 | 1011010 |
Color Harmonies of #DCF3D8
Complementary color
Monochromatic Colors of #DCF3D8
Black with #DCF3D8
Text Example
Text Example
White with #DCF3D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF3D8; }
p { color: rgb(220,243,216); }
H1.HeaderClassName
{
color: #DCF3D8;
}
.AnyTagClassName
{
color: #DCF3D8;
}
</style>
background-color css
<style>
a { background-color: #DCF3D8; }
a { background-color: rgb(220,243,216); }
div.DivClassName
{
background-color: #DCF3D8;
}
.BgClassName
{
background-color: #DCF3D8;
}
</style>
border-color css
<style>
span { border-color: #DCF3D8; }
span { border-color: rgb(220,243,216); }
td.TdClassName
{
border-color: #DCF3D8;
}
.TagClassName
{
border-color: #DCF3D8;
}
</style>