Shades of Blue Romance #D5FBD2
Tints of Blue Romance #D5FBD2
RGB
CMYK
RGB Variations
Color information
#D5FBD2 (or 0xD5FBD2) is known color: Blue Romance. HEX triplet: D5, FB and D2. RGB value is (213,251,210). Sum of RGB (Red+Green+Blue) = 213+251+210=674 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.60% from 674); Green value is 251 (98.44% from 255 or 37.24% from 674); Blue value is 210 (82.42% from 255 or 31.16% from 674); Max value from RGB is 251 - color contains mainly: green. Hex color #D5FBD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FBD2 is #2A042D. Grayscale: #EBEBEB. Windows color (decimal): -2753582 or 13827029. OLE color: 13827029.
HSL color Cylindrical-coordinate representation of color #D5FBD2: hue angle of 115.61º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D5FBD2 is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
RGB | 213 | 251 | 210 | - |
CMYK | 0.15 | 0 | 0.16 | 0.02 |
HSL | 115.61º | 0.84% | 0.9% | - |
HSV(B) | 115.61º | 0.16% | 0.98% | - |
XYZ | 73.57 | 87.79 | 74.04 | - |
YUV | 234.96 | 113.91 | 112.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 251 | 210 | 0.15 | 0 | 0.16 | 0.02 | 115.61 | 0.84 | 0.9 |
Hex | D5 | FB | D2 | F | 0 | 10 | 2 | 74 | 54 | 5A |
Octal | 325 | 373 | 322 | 17 | 0 | 20 | 2 | 164 | 124 | 132 |
Binary | 11010101 | 11111011 | 11010010 | 1111 | 0 | 10000 | 10 | 1110100 | 1010100 | 1011010 |
Color Harmonies of #D5FBD2
Complementary color
Monochromatic Colors of #D5FBD2
Black with #D5FBD2
Text Example
Text Example
White with #D5FBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FBD2; }
p { color: rgb(213,251,210); }
H1.HeaderClassName
{
color: #D5FBD2;
}
.AnyTagClassName
{
color: #D5FBD2;
}
</style>
background-color css
<style>
a { background-color: #D5FBD2; }
a { background-color: rgb(213,251,210); }
div.DivClassName
{
background-color: #D5FBD2;
}
.BgClassName
{
background-color: #D5FBD2;
}
</style>
border-color css
<style>
span { border-color: #D5FBD2; }
span { border-color: rgb(213,251,210); }
td.TdClassName
{
border-color: #D5FBD2;
}
.TagClassName
{
border-color: #D5FBD2;
}
</style>