Shades of Blue Romance #D5EFCF
Tints of Blue Romance #D5EFCF
RGB
CMYK
RGB Variations
Color information
#D5EFCF (or 0xD5EFCF) is known color: Blue Romance. HEX triplet: D5, EF and CF. RGB value is (213,239,207). Sum of RGB (Red+Green+Blue) = 213+239+207=659 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.32% from 659); Green value is 239 (93.75% from 255 or 36.27% from 659); Blue value is 207 (81.25% from 255 or 31.41% from 659); Max value from RGB is 239 - color contains mainly: green. Hex color #D5EFCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EFCF is #2A1030. Grayscale: #E3E3E3. Windows color (decimal): -2756657 or 13627349. OLE color: 13627349.
HSL color Cylindrical-coordinate representation of color #D5EFCF: hue angle of 108.75º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D5EFCF is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
RGB | 213 | 239 | 207 | - |
CMYK | 0.11 | 0 | 0.13 | 0.06 |
HSL | 108.75º | 0.5% | 0.87% | - |
HSV(B) | 108.75º | 0.13% | 0.94% | - |
XYZ | 69.57 | 80.38 | 70.88 | - |
YUV | 227.58 | 116.39 | 117.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 239 | 207 | 0.11 | 0 | 0.13 | 0.06 | 108.75 | 0.5 | 0.87 |
Hex | D5 | EF | CF | B | 0 | D | 6 | 6D | 32 | 57 |
Octal | 325 | 357 | 317 | 13 | 0 | 15 | 6 | 155 | 62 | 127 |
Binary | 11010101 | 11101111 | 11001111 | 1011 | 0 | 1101 | 110 | 1101101 | 110010 | 1010111 |
Color Harmonies of #D5EFCF
Complementary color
Monochromatic Colors of #D5EFCF
Black with #D5EFCF
Text Example
Text Example
White with #D5EFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EFCF; }
p { color: rgb(213,239,207); }
H1.HeaderClassName
{
color: #D5EFCF;
}
.AnyTagClassName
{
color: #D5EFCF;
}
</style>
background-color css
<style>
a { background-color: #D5EFCF; }
a { background-color: rgb(213,239,207); }
div.DivClassName
{
background-color: #D5EFCF;
}
.BgClassName
{
background-color: #D5EFCF;
}
</style>
border-color css
<style>
span { border-color: #D5EFCF; }
span { border-color: rgb(213,239,207); }
td.TdClassName
{
border-color: #D5EFCF;
}
.TagClassName
{
border-color: #D5EFCF;
}
</style>