Shades of Blue Romance #D5F4D3
Tints of Blue Romance #D5F4D3
RGB
CMYK
RGB Variations
Color information
#D5F4D3 (or 0xD5F4D3) is known color: Blue Romance. HEX triplet: D5, F4 and D3. RGB value is (213,244,211). Sum of RGB (Red+Green+Blue) = 213+244+211=668 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.89% from 668); Green value is 244 (95.70% from 255 or 36.53% from 668); Blue value is 211 (82.81% from 255 or 31.59% from 668); Max value from RGB is 244 - color contains mainly: green. Hex color #D5F4D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5F4D3 is #2A0B2C. Grayscale: #E7E7E7. Windows color (decimal): -2755373 or 13890773. OLE color: 13890773.
HSL color Cylindrical-coordinate representation of color #D5F4D3: hue angle of 116.36º degrees, saturation: 0.6, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D5F4D3 is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 213 | 244 | 211 | - |
| CMYK | 0.13 | 0 | 0.14 | 0.04 |
| HSL | 116.36º | 0.6% | 0.89% | - |
| HSV(B) | 116.36º | 0.14% | 0.96% | - |
| XYZ | 71.55 | 83.55 | 73.98 | - |
| YUV | 230.97 | 116.73 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 244 | 211 | 0.13 | 0 | 0.14 | 0.04 | 116.36 | 0.6 | 0.89 |
| Hex | D5 | F4 | D3 | D | 0 | E | 4 | 74 | 3C | 59 |
| Octal | 325 | 364 | 323 | 15 | 0 | 16 | 4 | 164 | 74 | 131 |
| Binary | 11010101 | 11110100 | 11010011 | 1101 | 0 | 1110 | 100 | 1110100 | 111100 | 1011001 |
Color Harmonies of #D5F4D3
Complementary color
Monochromatic Colors of #D5F4D3
Black with #D5F4D3
Text Example
Text Example
White with #D5F4D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F4D3; }
p { color: rgb(213,244,211); }
H1.HeaderClassName
{
color: #D5F4D3;
}
.AnyTagClassName
{
color: #D5F4D3;
}
</style>
background-color css
<style>
a { background-color: #D5F4D3; }
a { background-color: rgb(213,244,211); }
div.DivClassName
{
background-color: #D5F4D3;
}
.BgClassName
{
background-color: #D5F4D3;
}
</style>
border-color css
<style>
span { border-color: #D5F4D3; }
span { border-color: rgb(213,244,211); }
td.TdClassName
{
border-color: #D5F4D3;
}
.TagClassName
{
border-color: #D5F4D3;
}
</style>