Shades of Blue Romance #D5EFD2
Tints of Blue Romance #D5EFD2
RGB
CMYK
RGB Variations
Color information
#D5EFD2 (or 0xD5EFD2) is known color: Blue Romance. HEX triplet: D5, EF and D2. RGB value is (213,239,210). Sum of RGB (Red+Green+Blue) = 213+239+210=662 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.18% from 662); Green value is 239 (93.75% from 255 or 36.10% from 662); Blue value is 210 (82.42% from 255 or 31.72% from 662); Max value from RGB is 239 - color contains mainly: green. Hex color #D5EFD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EFD2 is #2A102D. Grayscale: #E4E4E4. Windows color (decimal): -2756654 or 13823957. OLE color: 13823957.
HSL color Cylindrical-coordinate representation of color #D5EFD2: hue angle of 113.79º 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 #D5EFD2 is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 239 | 210 | - |
| CMYK | 0.11 | 0 | 0.12 | 0.06 |
| HSL | 113.79º | 0.48% | 0.88% | - |
| HSV(B) | 113.79º | 0.12% | 0.94% | - |
| XYZ | 69.94 | 80.53 | 72.83 | - |
| YUV | 227.92 | 117.89 | 117.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 239 | 210 | 0.11 | 0 | 0.12 | 0.06 | 113.79 | 0.48 | 0.88 |
| Hex | D5 | EF | D2 | B | 0 | C | 6 | 72 | 30 | 58 |
| Octal | 325 | 357 | 322 | 13 | 0 | 14 | 6 | 162 | 60 | 130 |
| Binary | 11010101 | 11101111 | 11010010 | 1011 | 0 | 1100 | 110 | 1110010 | 110000 | 1011000 |
Color Harmonies of #D5EFD2
Complementary color
Monochromatic Colors of #D5EFD2
Black with #D5EFD2
Text Example
Text Example
White with #D5EFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EFD2; }
p { color: rgb(213,239,210); }
H1.HeaderClassName
{
color: #D5EFD2;
}
.AnyTagClassName
{
color: #D5EFD2;
}
</style>
background-color css
<style>
a { background-color: #D5EFD2; }
a { background-color: rgb(213,239,210); }
div.DivClassName
{
background-color: #D5EFD2;
}
.BgClassName
{
background-color: #D5EFD2;
}
</style>
border-color css
<style>
span { border-color: #D5EFD2; }
span { border-color: rgb(213,239,210); }
td.TdClassName
{
border-color: #D5EFD2;
}
.TagClassName
{
border-color: #D5EFD2;
}
</style>