Shades of Blue Romance #D9F3D5
Tints of Blue Romance #D9F3D5
RGB
CMYK
RGB Variations
Color information
#D9F3D5 (or 0xD9F3D5) is known color: Blue Romance. HEX triplet: D9, F3 and D5. RGB value is (217,243,213). Sum of RGB (Red+Green+Blue) = 217+243+213=673 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.24% from 673); Green value is 243 (95.31% from 255 or 36.11% from 673); Blue value is 213 (83.59% from 255 or 31.65% from 673); Max value from RGB is 243 - color contains mainly: green. Hex color #D9F3D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9F3D5 is #260C2A. Grayscale: #E7E7E7. Windows color (decimal): -2493483 or 14021593. OLE color: 14021593.
HSL color Cylindrical-coordinate representation of color #D9F3D5: hue angle of 112º degrees, saturation: 0.56, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D9F3D5 is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
RGB | 217 | 243 | 213 | - |
CMYK | 0.11 | 0 | 0.12 | 0.05 |
HSL | 112º | 0.56% | 0.89% | - |
HSV(B) | 112º | 0.12% | 0.95% | - |
XYZ | 72.68 | 83.66 | 75.27 | - |
YUV | 231.81 | 117.39 | 117.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 243 | 213 | 0.11 | 0 | 0.12 | 0.05 | 112 | 0.56 | 0.89 |
Hex | D9 | F3 | D5 | B | 0 | C | 5 | 70 | 38 | 59 |
Octal | 331 | 363 | 325 | 13 | 0 | 14 | 5 | 160 | 70 | 131 |
Binary | 11011001 | 11110011 | 11010101 | 1011 | 0 | 1100 | 101 | 1110000 | 111000 | 1011001 |
Color Harmonies of #D9F3D5
Complementary color
Monochromatic Colors of #D9F3D5
Black with #D9F3D5
Text Example
Text Example
White with #D9F3D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F3D5; }
p { color: rgb(217,243,213); }
H1.HeaderClassName
{
color: #D9F3D5;
}
.AnyTagClassName
{
color: #D9F3D5;
}
</style>
background-color css
<style>
a { background-color: #D9F3D5; }
a { background-color: rgb(217,243,213); }
div.DivClassName
{
background-color: #D9F3D5;
}
.BgClassName
{
background-color: #D9F3D5;
}
</style>
border-color css
<style>
span { border-color: #D9F3D5; }
span { border-color: rgb(217,243,213); }
td.TdClassName
{
border-color: #D9F3D5;
}
.TagClassName
{
border-color: #D9F3D5;
}
</style>