Shades of Blue Romance #DCF3D4
Tints of Blue Romance #DCF3D4
RGB
CMYK
RGB Variations
Color information
#DCF3D4 (or 0xDCF3D4) is known color: Blue Romance. HEX triplet: DC, F3 and D4. RGB value is (220,243,212). Sum of RGB (Red+Green+Blue) = 220+243+212=675 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.59% from 675); Green value is 243 (95.31% from 255 or 36% from 675); Blue value is 212 (83.20% from 255 or 31.41% from 675); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF3D4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF3D4 is #230C2B. Grayscale: #E8E8E8. Windows color (decimal): -2296876 or 13956060. OLE color: 13956060.
HSL color Cylindrical-coordinate representation of color #DCF3D4: hue angle of 104.52º degrees, saturation: 0.56, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCF3D4 is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
RGB | 220 | 243 | 212 | - |
CMYK | 0.09 | 0 | 0.13 | 0.05 |
HSL | 104.52º | 0.56% | 0.89% | - |
HSV(B) | 104.52º | 0.13% | 0.95% | - |
XYZ | 73.45 | 84.07 | 74.64 | - |
YUV | 232.59 | 116.38 | 119.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 243 | 212 | 0.09 | 0 | 0.13 | 0.05 | 104.52 | 0.56 | 0.89 |
Hex | DC | F3 | D4 | 9 | 0 | D | 5 | 69 | 38 | 59 |
Octal | 334 | 363 | 324 | 11 | 0 | 15 | 5 | 151 | 70 | 131 |
Binary | 11011100 | 11110011 | 11010100 | 1001 | 0 | 1101 | 101 | 1101001 | 111000 | 1011001 |
Color Harmonies of #DCF3D4
Complementary color
Monochromatic Colors of #DCF3D4
Black with #DCF3D4
Text Example
Text Example
White with #DCF3D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF3D4; }
p { color: rgb(220,243,212); }
H1.HeaderClassName
{
color: #DCF3D4;
}
.AnyTagClassName
{
color: #DCF3D4;
}
</style>
background-color css
<style>
a { background-color: #DCF3D4; }
a { background-color: rgb(220,243,212); }
div.DivClassName
{
background-color: #DCF3D4;
}
.BgClassName
{
background-color: #DCF3D4;
}
</style>
border-color css
<style>
span { border-color: #DCF3D4; }
span { border-color: rgb(220,243,212); }
td.TdClassName
{
border-color: #DCF3D4;
}
.TagClassName
{
border-color: #DCF3D4;
}
</style>