Shades of Blue Romance #DCF2D6
Tints of Blue Romance #DCF2D6
RGB
CMYK
RGB Variations
Color information
#DCF2D6 (or 0xDCF2D6) is known color: Blue Romance. HEX triplet: DC, F2 and D6. RGB value is (220,242,214). Sum of RGB (Red+Green+Blue) = 220+242+214=676 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.54% from 676); Green value is 242 (94.92% from 255 or 35.80% from 676); Blue value is 214 (83.98% from 255 or 31.66% from 676); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF2D6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF2D6 is #230D29. Grayscale: #E8E8E8. Windows color (decimal): -2297130 or 14086876. OLE color: 14086876.
HSL color Cylindrical-coordinate representation of color #DCF2D6: hue angle of 107.14º degrees, saturation: 0.52, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCF2D6 is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
RGB | 220 | 242 | 214 | - |
CMYK | 0.09 | 0 | 0.12 | 0.05 |
HSL | 107.14º | 0.52% | 0.89% | - |
HSV(B) | 107.14º | 0.12% | 0.95% | - |
XYZ | 73.4 | 83.57 | 75.88 | - |
YUV | 232.23 | 117.71 | 119.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 242 | 214 | 0.09 | 0 | 0.12 | 0.05 | 107.14 | 0.52 | 0.89 |
Hex | DC | F2 | D6 | 9 | 0 | C | 5 | 6B | 34 | 59 |
Octal | 334 | 362 | 326 | 11 | 0 | 14 | 5 | 153 | 64 | 131 |
Binary | 11011100 | 11110010 | 11010110 | 1001 | 0 | 1100 | 101 | 1101011 | 110100 | 1011001 |
Color Harmonies of #DCF2D6
Complementary color
Monochromatic Colors of #DCF2D6
Black with #DCF2D6
Text Example
Text Example
White with #DCF2D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF2D6; }
p { color: rgb(220,242,214); }
H1.HeaderClassName
{
color: #DCF2D6;
}
.AnyTagClassName
{
color: #DCF2D6;
}
</style>
background-color css
<style>
a { background-color: #DCF2D6; }
a { background-color: rgb(220,242,214); }
div.DivClassName
{
background-color: #DCF2D6;
}
.BgClassName
{
background-color: #DCF2D6;
}
</style>
border-color css
<style>
span { border-color: #DCF2D6; }
span { border-color: rgb(220,242,214); }
td.TdClassName
{
border-color: #DCF2D6;
}
.TagClassName
{
border-color: #DCF2D6;
}
</style>