Shades of Blue Romance #DCFCD6
Tints of Blue Romance #DCFCD6
RGB
CMYK
RGB Variations
Color information
#DCFCD6 (or 0xDCFCD6) is known color: Blue Romance. HEX triplet: DC, FC and D6. RGB value is (220,252,214). Sum of RGB (Red+Green+Blue) = 220+252+214=686 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.07% from 686); Green value is 252 (98.83% from 255 or 36.73% from 686); Blue value is 214 (83.98% from 255 or 31.20% from 686); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFCD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFCD6 is #230329. Grayscale: #EEEEEE. Windows color (decimal): -2294570 or 14089436. OLE color: 14089436.
HSL color Cylindrical-coordinate representation of color #DCFCD6: hue angle of 110.53º degrees, saturation: 0.86, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DCFCD6 is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
RGB | 220 | 252 | 214 | - |
CMYK | 0.13 | 0 | 0.15 | 0.01 |
HSL | 110.53º | 0.86% | 0.91% | - |
HSV(B) | 110.53º | 0.15% | 0.99% | - |
XYZ | 76.46 | 89.69 | 76.9 | - |
YUV | 238.1 | 114.4 | 115.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 252 | 214 | 0.13 | 0 | 0.15 | 0.01 | 110.53 | 0.86 | 0.91 |
Hex | DC | FC | D6 | D | 0 | F | 1 | 6F | 56 | 5B |
Octal | 334 | 374 | 326 | 15 | 0 | 17 | 1 | 157 | 126 | 133 |
Binary | 11011100 | 11111100 | 11010110 | 1101 | 0 | 1111 | 1 | 1101111 | 1010110 | 1011011 |
Color Harmonies of #DCFCD6
Complementary color
Monochromatic Colors of #DCFCD6
Black with #DCFCD6
Text Example
Text Example
White with #DCFCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFCD6; }
p { color: rgb(220,252,214); }
H1.HeaderClassName
{
color: #DCFCD6;
}
.AnyTagClassName
{
color: #DCFCD6;
}
</style>
background-color css
<style>
a { background-color: #DCFCD6; }
a { background-color: rgb(220,252,214); }
div.DivClassName
{
background-color: #DCFCD6;
}
.BgClassName
{
background-color: #DCFCD6;
}
</style>
border-color css
<style>
span { border-color: #DCFCD6; }
span { border-color: rgb(220,252,214); }
td.TdClassName
{
border-color: #DCFCD6;
}
.TagClassName
{
border-color: #DCFCD6;
}
</style>