Shades of Blue Romance #D6FFCD
Tints of Blue Romance #D6FFCD
RGB
CMYK
RGB Variations
Color information
#D6FFCD (or 0xD6FFCD) is known color: Blue Romance. HEX triplet: D6, FF and CD. RGB value is (214,255,205). Sum of RGB (Red+Green+Blue) = 214+255+205=674 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.75% from 674); Green value is 255 (100% from 255 or 37.83% from 674); Blue value is 205 (80.47% from 255 or 30.42% from 674); Max value from RGB is 255 - color contains mainly: green. Hex color #D6FFCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6FFCD is #290032. Grayscale: #EDEDED. Windows color (decimal): -2687027 or 13500374. OLE color: 13500374.
HSL color Cylindrical-coordinate representation of color #D6FFCD: hue angle of 109.2º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D6FFCD is Cyan = 0.16, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
RGB | 214 | 255 | 205 | - |
CMYK | 0.16 | 0 | 0.20 | 0 |
HSL | 109.2º | 1% | 0.9% | - |
HSV(B) | 109.2º | 0.2% | 1% | - |
XYZ | 74.51 | 90.22 | 71.25 | - |
YUV | 237.04 | 109.92 | 111.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 255 | 205 | 0.16 | 0 | 0.20 | 0 | 109.2 | 1 | 0.9 |
Hex | D6 | FF | CD | 10 | 0 | 14 | 0 | 6D | 64 | 5A |
Octal | 326 | 377 | 315 | 20 | 0 | 24 | 0 | 155 | 144 | 132 |
Binary | 11010110 | 11111111 | 11001101 | 10000 | 0 | 10100 | 0 | 1101101 | 1100100 | 1011010 |
Color Harmonies of #D6FFCD
Complementary color
Monochromatic Colors of #D6FFCD
Black with #D6FFCD
Text Example
Text Example
White with #D6FFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FFCD; }
p { color: rgb(214,255,205); }
H1.HeaderClassName
{
color: #D6FFCD;
}
.AnyTagClassName
{
color: #D6FFCD;
}
</style>
background-color css
<style>
a { background-color: #D6FFCD; }
a { background-color: rgb(214,255,205); }
div.DivClassName
{
background-color: #D6FFCD;
}
.BgClassName
{
background-color: #D6FFCD;
}
</style>
border-color css
<style>
span { border-color: #D6FFCD; }
span { border-color: rgb(214,255,205); }
td.TdClassName
{
border-color: #D6FFCD;
}
.TagClassName
{
border-color: #D6FFCD;
}
</style>