Shades of Blue Romance #D4EFD2
Tints of Blue Romance #D4EFD2
RGB
CMYK
RGB Variations
Color information
#D4EFD2 (or 0xD4EFD2) is known color: Blue Romance. HEX triplet: D4, EF and D2. RGB value is (212,239,210). Sum of RGB (Red+Green+Blue) = 212+239+210=661 (87% of max value = 765). Red value is 212 (83.20% from 255 or 32.07% from 661); Green value is 239 (93.75% from 255 or 36.16% from 661); Blue value is 210 (82.42% from 255 or 31.77% from 661); Max value from RGB is 239 - color contains mainly: green. Hex color #D4EFD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4EFD2 is #2B102D. Grayscale: #E3E3E3. Windows color (decimal): -2822190 or 13823956. OLE color: 13823956.
HSL color Cylindrical-coordinate representation of color #D4EFD2: hue angle of 115.86º degrees, saturation: 0.48, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D4EFD2 is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 239 | 210 | - |
| CMYK | 0.11 | 0 | 0.12 | 0.06 |
| HSL | 115.86º | 0.48% | 0.88% | - |
| HSV(B) | 115.86º | 0.12% | 0.94% | - |
| XYZ | 69.65 | 80.38 | 72.82 | - |
| YUV | 227.62 | 118.05 | 116.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 239 | 210 | 0.11 | 0 | 0.12 | 0.06 | 115.86 | 0.48 | 0.88 |
| Hex | D4 | EF | D2 | B | 0 | C | 6 | 74 | 30 | 58 |
| Octal | 324 | 357 | 322 | 13 | 0 | 14 | 6 | 164 | 60 | 130 |
| Binary | 11010100 | 11101111 | 11010010 | 1011 | 0 | 1100 | 110 | 1110100 | 110000 | 1011000 |
Color Harmonies of #D4EFD2
Complementary color
Monochromatic Colors of #D4EFD2
Black with #D4EFD2
Text Example
Text Example
White with #D4EFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4EFD2; }
p { color: rgb(212,239,210); }
H1.HeaderClassName
{
color: #D4EFD2;
}
.AnyTagClassName
{
color: #D4EFD2;
}
</style>
background-color css
<style>
a { background-color: #D4EFD2; }
a { background-color: rgb(212,239,210); }
div.DivClassName
{
background-color: #D4EFD2;
}
.BgClassName
{
background-color: #D4EFD2;
}
</style>
border-color css
<style>
span { border-color: #D4EFD2; }
span { border-color: rgb(212,239,210); }
td.TdClassName
{
border-color: #D4EFD2;
}
.TagClassName
{
border-color: #D4EFD2;
}
</style>