Shades of Blue Romance #D2FDCF
Tints of Blue Romance #D2FDCF
RGB
CMYK
RGB Variations
Color information
#D2FDCF (or 0xD2FDCF) is known color: Blue Romance. HEX triplet: D2, FD and CF. RGB value is (210,253,207). Sum of RGB (Red+Green+Blue) = 210+253+207=670 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.34% from 670); Green value is 253 (99.22% from 255 or 37.76% from 670); Blue value is 207 (81.25% from 255 or 30.90% from 670); Max value from RGB is 253 - color contains mainly: green. Hex color #D2FDCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2FDCF is #2D0230. Grayscale: #EBEBEB. Windows color (decimal): -2949681 or 13630930. OLE color: 13630930.
HSL color Cylindrical-coordinate representation of color #D2FDCF: hue angle of 116.09º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D2FDCF is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
RGB | 210 | 253 | 207 | - |
CMYK | 0.17 | 0 | 0.18 | 0.01 |
HSL | 116.09º | 0.92% | 0.9% | - |
HSV(B) | 116.09º | 0.18% | 0.99% | - |
XYZ | 72.97 | 88.46 | 72.26 | - |
YUV | 234.9 | 112.25 | 110.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 210 | 253 | 207 | 0.17 | 0 | 0.18 | 0.01 | 116.09 | 0.92 | 0.9 |
Hex | D2 | FD | CF | 11 | 0 | 12 | 1 | 74 | 5C | 5A |
Octal | 322 | 375 | 317 | 21 | 0 | 22 | 1 | 164 | 134 | 132 |
Binary | 11010010 | 11111101 | 11001111 | 10001 | 0 | 10010 | 1 | 1110100 | 1011100 | 1011010 |
Color Harmonies of #D2FDCF
Complementary color
Monochromatic Colors of #D2FDCF
Black with #D2FDCF
Text Example
Text Example
White with #D2FDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FDCF; }
p { color: rgb(210,253,207); }
H1.HeaderClassName
{
color: #D2FDCF;
}
.AnyTagClassName
{
color: #D2FDCF;
}
</style>
background-color css
<style>
a { background-color: #D2FDCF; }
a { background-color: rgb(210,253,207); }
div.DivClassName
{
background-color: #D2FDCF;
}
.BgClassName
{
background-color: #D2FDCF;
}
</style>
border-color css
<style>
span { border-color: #D2FDCF; }
span { border-color: rgb(210,253,207); }
td.TdClassName
{
border-color: #D2FDCF;
}
.TagClassName
{
border-color: #D2FDCF;
}
</style>