Shades of Blue Romance #D4FAD2
Tints of Blue Romance #D4FAD2
RGB
CMYK
RGB Variations
Color information
#D4FAD2 (or 0xD4FAD2) is known color: Blue Romance. HEX triplet: D4, FA and D2. RGB value is (212,250,210). Sum of RGB (Red+Green+Blue) = 212+250+210=672 (89% of max value = 765). Red value is 212 (83.20% from 255 or 31.55% from 672); Green value is 250 (98.05% from 255 or 37.20% from 672); Blue value is 210 (82.42% from 255 or 31.25% from 672); Max value from RGB is 250 - color contains mainly: green. Hex color #D4FAD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4FAD2 is #2B052D. Grayscale: #EAEAEA. Windows color (decimal): -2819374 or 13826772. OLE color: 13826772.
HSL color Cylindrical-coordinate representation of color #D4FAD2: hue angle of 117º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D4FAD2 is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 250 | 210 | - |
| CMYK | 0.15 | 0 | 0.16 | 0.02 |
| HSL | 117º | 0.8% | 0.9% | - |
| HSV(B) | 117º | 0.16% | 0.98% | - |
| XYZ | 72.97 | 87.02 | 73.92 | - |
| YUV | 234.08 | 114.41 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 250 | 210 | 0.15 | 0 | 0.16 | 0.02 | 117 | 0.8 | 0.9 |
| Hex | D4 | FA | D2 | F | 0 | 10 | 2 | 75 | 50 | 5A |
| Octal | 324 | 372 | 322 | 17 | 0 | 20 | 2 | 165 | 120 | 132 |
| Binary | 11010100 | 11111010 | 11010010 | 1111 | 0 | 10000 | 10 | 1110101 | 1010000 | 1011010 |
Color Harmonies of #D4FAD2
Complementary color
Monochromatic Colors of #D4FAD2
Black with #D4FAD2
Text Example
Text Example
White with #D4FAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FAD2; }
p { color: rgb(212,250,210); }
H1.HeaderClassName
{
color: #D4FAD2;
}
.AnyTagClassName
{
color: #D4FAD2;
}
</style>
background-color css
<style>
a { background-color: #D4FAD2; }
a { background-color: rgb(212,250,210); }
div.DivClassName
{
background-color: #D4FAD2;
}
.BgClassName
{
background-color: #D4FAD2;
}
</style>
border-color css
<style>
span { border-color: #D4FAD2; }
span { border-color: rgb(212,250,210); }
td.TdClassName
{
border-color: #D4FAD2;
}
.TagClassName
{
border-color: #D4FAD2;
}
</style>