Shades of Blue Romance #D4FCCF
Tints of Blue Romance #D4FCCF
RGB
CMYK
RGB Variations
Color information
#D4FCCF (or 0xD4FCCF) is known color: Blue Romance. HEX triplet: D4, FC and CF. RGB value is (212,252,207). Sum of RGB (Red+Green+Blue) = 212+252+207=671 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.59% from 671); Green value is 252 (98.83% from 255 or 37.56% from 671); Blue value is 207 (81.25% from 255 or 30.85% from 671); Max value from RGB is 252 - color contains mainly: green. Hex color #D4FCCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4FCCF is #2B0330. Grayscale: #EBEBEB. Windows color (decimal): -2818865 or 13630676. OLE color: 13630676.
HSL color Cylindrical-coordinate representation of color #D4FCCF: hue angle of 113.33º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D4FCCF is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
RGB | 212 | 252 | 207 | - |
CMYK | 0.16 | 0 | 0.18 | 0.01 |
HSL | 113.33º | 0.88% | 0.9% | - |
HSV(B) | 113.33º | 0.18% | 0.99% | - |
XYZ | 73.22 | 88.12 | 72.18 | - |
YUV | 234.91 | 112.25 | 111.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 252 | 207 | 0.16 | 0 | 0.18 | 0.01 | 113.33 | 0.88 | 0.9 |
Hex | D4 | FC | CF | 10 | 0 | 12 | 1 | 71 | 58 | 5A |
Octal | 324 | 374 | 317 | 20 | 0 | 22 | 1 | 161 | 130 | 132 |
Binary | 11010100 | 11111100 | 11001111 | 10000 | 0 | 10010 | 1 | 1110001 | 1011000 | 1011010 |
Color Harmonies of #D4FCCF
Complementary color
Monochromatic Colors of #D4FCCF
Black with #D4FCCF
Text Example
Text Example
White with #D4FCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FCCF; }
p { color: rgb(212,252,207); }
H1.HeaderClassName
{
color: #D4FCCF;
}
.AnyTagClassName
{
color: #D4FCCF;
}
</style>
background-color css
<style>
a { background-color: #D4FCCF; }
a { background-color: rgb(212,252,207); }
div.DivClassName
{
background-color: #D4FCCF;
}
.BgClassName
{
background-color: #D4FCCF;
}
</style>
border-color css
<style>
span { border-color: #D4FCCF; }
span { border-color: rgb(212,252,207); }
td.TdClassName
{
border-color: #D4FCCF;
}
.TagClassName
{
border-color: #D4FCCF;
}
</style>