Shades of Blue Romance #D5F3D2
Tints of Blue Romance #D5F3D2
RGB
CMYK
RGB Variations
Color information
#D5F3D2 (or 0xD5F3D2) is known color: Blue Romance. HEX triplet: D5, F3 and D2. RGB value is (213,243,210). Sum of RGB (Red+Green+Blue) = 213+243+210=666 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.98% from 666); Green value is 243 (95.31% from 255 or 36.49% from 666); Blue value is 210 (82.42% from 255 or 31.53% from 666); Max value from RGB is 243 - color contains mainly: green. Hex color #D5F3D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5F3D2 is #2A0C2D. Grayscale: #E6E6E6. Windows color (decimal): -2755630 or 13824981. OLE color: 13824981.
HSL color Cylindrical-coordinate representation of color #D5F3D2: hue angle of 114.55º degrees, saturation: 0.58, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D5F3D2 is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 243 | 210 | - |
| CMYK | 0.12 | 0 | 0.14 | 0.05 |
| HSL | 114.55º | 0.58% | 0.89% | - |
| HSV(B) | 114.55º | 0.14% | 0.95% | - |
| XYZ | 71.12 | 82.9 | 73.23 | - |
| YUV | 230.27 | 116.56 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 243 | 210 | 0.12 | 0 | 0.14 | 0.05 | 114.55 | 0.58 | 0.89 |
| Hex | D5 | F3 | D2 | C | 0 | E | 5 | 73 | 3A | 59 |
| Octal | 325 | 363 | 322 | 14 | 0 | 16 | 5 | 163 | 72 | 131 |
| Binary | 11010101 | 11110011 | 11010010 | 1100 | 0 | 1110 | 101 | 1110011 | 111010 | 1011001 |
Color Harmonies of #D5F3D2
Complementary color
Monochromatic Colors of #D5F3D2
Black with #D5F3D2
Text Example
Text Example
White with #D5F3D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F3D2; }
p { color: rgb(213,243,210); }
H1.HeaderClassName
{
color: #D5F3D2;
}
.AnyTagClassName
{
color: #D5F3D2;
}
</style>
background-color css
<style>
a { background-color: #D5F3D2; }
a { background-color: rgb(213,243,210); }
div.DivClassName
{
background-color: #D5F3D2;
}
.BgClassName
{
background-color: #D5F3D2;
}
</style>
border-color css
<style>
span { border-color: #D5F3D2; }
span { border-color: rgb(213,243,210); }
td.TdClassName
{
border-color: #D5F3D2;
}
.TagClassName
{
border-color: #D5F3D2;
}
</style>