Shades of Blue Romance #D0EDCD
Tints of Blue Romance #D0EDCD
RGB
CMYK
RGB Variations
Color information
#D0EDCD (or 0xD0EDCD) is known color: Blue Romance. HEX triplet: D0, ED and CD. RGB value is (208,237,205). Sum of RGB (Red+Green+Blue) = 208+237+205=650 (86% of max value = 765). Red value is 208 (81.64% from 255 or 32% from 650); Green value is 237 (92.97% from 255 or 36.46% from 650); Blue value is 205 (80.47% from 255 or 31.54% from 650); Max value from RGB is 237 - color contains mainly: green. Hex color #D0EDCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EDCD is #2F1232. Grayscale: #E0E0E0. Windows color (decimal): -3084851 or 13495760. OLE color: 13495760.
HSL color Cylindrical-coordinate representation of color #D0EDCD: hue angle of 114.38º degrees, saturation: 0.47, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D0EDCD is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
RGB | 208 | 237 | 205 | - |
CMYK | 0.12 | 0 | 0.14 | 0.07 |
HSL | 114.38º | 0.47% | 0.87% | - |
HSV(B) | 114.38º | 0.14% | 0.93% | - |
XYZ | 67.32 | 78.39 | 69.34 | - |
YUV | 224.68 | 116.89 | 116.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 237 | 205 | 0.12 | 0 | 0.14 | 0.07 | 114.38 | 0.47 | 0.87 |
Hex | D0 | ED | CD | C | 0 | E | 7 | 72 | 2F | 57 |
Octal | 320 | 355 | 315 | 14 | 0 | 16 | 7 | 162 | 57 | 127 |
Binary | 11010000 | 11101101 | 11001101 | 1100 | 0 | 1110 | 111 | 1110010 | 101111 | 1010111 |
Color Harmonies of #D0EDCD
Complementary color
Monochromatic Colors of #D0EDCD
Black with #D0EDCD
Text Example
Text Example
White with #D0EDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EDCD; }
p { color: rgb(208,237,205); }
H1.HeaderClassName
{
color: #D0EDCD;
}
.AnyTagClassName
{
color: #D0EDCD;
}
</style>
background-color css
<style>
a { background-color: #D0EDCD; }
a { background-color: rgb(208,237,205); }
div.DivClassName
{
background-color: #D0EDCD;
}
.BgClassName
{
background-color: #D0EDCD;
}
</style>
border-color css
<style>
span { border-color: #D0EDCD; }
span { border-color: rgb(208,237,205); }
td.TdClassName
{
border-color: #D0EDCD;
}
.TagClassName
{
border-color: #D0EDCD;
}
</style>