Shades of Lavender Blue #D0CAF5
Tints of Lavender Blue #D0CAF5
RGB
CMYK
RGB Variations
Color information
#D0CAF5 (or 0xD0CAF5) is known color: Lavender Blue. HEX triplet: D0, CA and F5. RGB value is (208,202,245). Sum of RGB (Red+Green+Blue) = 208+202+245=655 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.76% from 655); Green value is 202 (79.30% from 255 or 30.84% from 655); Blue value is 245 (96.09% from 255 or 37.40% from 655); Max value from RGB is 245 - color contains mainly: blue. Hex color #D0CAF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0CAF5 is #2F350A. Grayscale: #D0D0D0. Windows color (decimal): -3093771 or 16108240. OLE color: 16108240.
HSL color Cylindrical-coordinate representation of color #D0CAF5: hue angle of 248.37º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0CAF5 is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 202 | 245 | - |
| CMYK | 0.15 | 0.18 | 0 | 0.04 |
| HSL | 248.37º | 0.68% | 0.88% | - |
| HSV(B) | 248.37º | 0.18% | 0.96% | - |
| XYZ | 63.61 | 62.24 | 95.05 | - |
| YUV | 208.7 | 148.49 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 202 | 245 | 0.15 | 0.18 | 0 | 0.04 | 248.37 | 0.68 | 0.88 |
| Hex | D0 | CA | F5 | F | 12 | 0 | 4 | F8 | 44 | 58 |
| Octal | 320 | 312 | 365 | 17 | 22 | 0 | 4 | 370 | 104 | 130 |
| Binary | 11010000 | 11001010 | 11110101 | 1111 | 10010 | 0 | 100 | 11111000 | 1000100 | 1011000 |
Color Harmonies of #D0CAF5
Complementary color
Monochromatic Colors of #D0CAF5
Black with #D0CAF5
Text Example
Text Example
White with #D0CAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CAF5; }
p { color: rgb(208,202,245); }
H1.HeaderClassName
{
color: #D0CAF5;
}
.AnyTagClassName
{
color: #D0CAF5;
}
</style>
background-color css
<style>
a { background-color: #D0CAF5; }
a { background-color: rgb(208,202,245); }
div.DivClassName
{
background-color: #D0CAF5;
}
.BgClassName
{
background-color: #D0CAF5;
}
</style>
border-color css
<style>
span { border-color: #D0CAF5; }
span { border-color: rgb(208,202,245); }
td.TdClassName
{
border-color: #D0CAF5;
}
.TagClassName
{
border-color: #D0CAF5;
}
</style>