Shades of Lavender Blue #D0CDF2
Tints of Lavender Blue #D0CDF2
RGB
CMYK
RGB Variations
Color information
#D0CDF2 (or 0xD0CDF2) is known color: Lavender Blue. HEX triplet: D0, CD and F2. RGB value is (208,205,242). Sum of RGB (Red+Green+Blue) = 208+205+242=655 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.76% from 655); Green value is 205 (80.47% from 255 or 31.30% from 655); Blue value is 242 (94.92% from 255 or 36.95% from 655); Max value from RGB is 242 - color contains mainly: blue. Hex color #D0CDF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0CDF2 is #2F320D. Grayscale: #D1D1D1. Windows color (decimal): -3093006 or 15912400. OLE color: 15912400.
HSL color Cylindrical-coordinate representation of color #D0CDF2: hue angle of 244.86º degrees, saturation: 0.59, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D0CDF2 is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 208 | 205 | 242 | - |
CMYK | 0.14 | 0.15 | 0 | 0.05 |
HSL | 244.86º | 0.59% | 0.88% | - |
HSV(B) | 244.86º | 0.15% | 0.95% | - |
XYZ | 63.87 | 63.48 | 92.89 | - |
YUV | 210.12 | 145.99 | 126.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 205 | 242 | 0.14 | 0.15 | 0 | 0.05 | 244.86 | 0.59 | 0.88 |
Hex | D0 | CD | F2 | E | F | 0 | 5 | F5 | 3B | 58 |
Octal | 320 | 315 | 362 | 16 | 17 | 0 | 5 | 365 | 73 | 130 |
Binary | 11010000 | 11001101 | 11110010 | 1110 | 1111 | 0 | 101 | 11110101 | 111011 | 1011000 |
Color Harmonies of #D0CDF2
Complementary color
Monochromatic Colors of #D0CDF2
Black with #D0CDF2
Text Example
Text Example
White with #D0CDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CDF2; }
p { color: rgb(208,205,242); }
H1.HeaderClassName
{
color: #D0CDF2;
}
.AnyTagClassName
{
color: #D0CDF2;
}
</style>
background-color css
<style>
a { background-color: #D0CDF2; }
a { background-color: rgb(208,205,242); }
div.DivClassName
{
background-color: #D0CDF2;
}
.BgClassName
{
background-color: #D0CDF2;
}
</style>
border-color css
<style>
span { border-color: #D0CDF2; }
span { border-color: rgb(208,205,242); }
td.TdClassName
{
border-color: #D0CDF2;
}
.TagClassName
{
border-color: #D0CDF2;
}
</style>