Shades of Blue Romance #D5F2CF
Tints of Blue Romance #D5F2CF
RGB
CMYK
RGB Variations
Color information
#D5F2CF (or 0xD5F2CF) is known color: Blue Romance. HEX triplet: D5, F2 and CF. RGB value is (213,242,207). Sum of RGB (Red+Green+Blue) = 213+242+207=662 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.18% from 662); Green value is 242 (94.92% from 255 or 36.56% from 662); Blue value is 207 (81.25% from 255 or 31.27% from 662); Max value from RGB is 242 - color contains mainly: green. Hex color #D5F2CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5F2CF is #2A0D30. Grayscale: #E5E5E5. Windows color (decimal): -2755889 or 13628117. OLE color: 13628117.
HSL color Cylindrical-coordinate representation of color #D5F2CF: hue angle of 109.71º degrees, saturation: 0.57, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D5F2CF is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 242 | 207 | - |
| CMYK | 0.12 | 0 | 0.14 | 0.05 |
| HSL | 109.71º | 0.57% | 0.88% | - |
| HSV(B) | 109.71º | 0.14% | 0.95% | - |
| XYZ | 70.46 | 82.16 | 71.18 | - |
| YUV | 229.34 | 115.39 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 242 | 207 | 0.12 | 0 | 0.14 | 0.05 | 109.71 | 0.57 | 0.88 |
| Hex | D5 | F2 | CF | C | 0 | E | 5 | 6E | 39 | 58 |
| Octal | 325 | 362 | 317 | 14 | 0 | 16 | 5 | 156 | 71 | 130 |
| Binary | 11010101 | 11110010 | 11001111 | 1100 | 0 | 1110 | 101 | 1101110 | 111001 | 1011000 |
Color Harmonies of #D5F2CF
Complementary color
Monochromatic Colors of #D5F2CF
Black with #D5F2CF
Text Example
Text Example
White with #D5F2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F2CF; }
p { color: rgb(213,242,207); }
H1.HeaderClassName
{
color: #D5F2CF;
}
.AnyTagClassName
{
color: #D5F2CF;
}
</style>
background-color css
<style>
a { background-color: #D5F2CF; }
a { background-color: rgb(213,242,207); }
div.DivClassName
{
background-color: #D5F2CF;
}
.BgClassName
{
background-color: #D5F2CF;
}
</style>
border-color css
<style>
span { border-color: #D5F2CF; }
span { border-color: rgb(213,242,207); }
td.TdClassName
{
border-color: #D5F2CF;
}
.TagClassName
{
border-color: #D5F2CF;
}
</style>