Shades of Lavender Blue #D0C8F2
Tints of Lavender Blue #D0C8F2
RGB
CMYK
RGB Variations
Color information
#D0C8F2 (or 0xD0C8F2) is known color: Lavender Blue. HEX triplet: D0, C8 and F2. RGB value is (208,200,242). Sum of RGB (Red+Green+Blue) = 208+200+242=650 (86% of max value = 765). Red value is 208 (81.64% from 255 or 32% from 650); Green value is 200 (78.52% from 255 or 30.77% from 650); Blue value is 242 (94.92% from 255 or 37.23% from 650); Max value from RGB is 242 - color contains mainly: blue. Hex color #D0C8F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0C8F2 is #2F370D. Grayscale: #CFCFCF. Windows color (decimal): -3094286 or 15911120. OLE color: 15911120.
HSL color Cylindrical-coordinate representation of color #D0C8F2: hue angle of 251.43º degrees, saturation: 0.62, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0C8F2 is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 200 | 242 | - |
| CMYK | 0.14 | 0.17 | 0 | 0.05 |
| HSL | 251.43º | 0.62% | 0.87% | - |
| HSV(B) | 251.43º | 0.17% | 0.95% | - |
| XYZ | 62.69 | 61.13 | 92.5 | - |
| YUV | 207.18 | 147.65 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 200 | 242 | 0.14 | 0.17 | 0 | 0.05 | 251.43 | 0.62 | 0.87 |
| Hex | D0 | C8 | F2 | E | 11 | 0 | 5 | FB | 3E | 57 |
| Octal | 320 | 310 | 362 | 16 | 21 | 0 | 5 | 373 | 76 | 127 |
| Binary | 11010000 | 11001000 | 11110010 | 1110 | 10001 | 0 | 101 | 11111011 | 111110 | 1010111 |
Color Harmonies of #D0C8F2
Complementary color
Monochromatic Colors of #D0C8F2
Black with #D0C8F2
Text Example
Text Example
White with #D0C8F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C8F2; }
p { color: rgb(208,200,242); }
H1.HeaderClassName
{
color: #D0C8F2;
}
.AnyTagClassName
{
color: #D0C8F2;
}
</style>
background-color css
<style>
a { background-color: #D0C8F2; }
a { background-color: rgb(208,200,242); }
div.DivClassName
{
background-color: #D0C8F2;
}
.BgClassName
{
background-color: #D0C8F2;
}
</style>
border-color css
<style>
span { border-color: #D0C8F2; }
span { border-color: rgb(208,200,242); }
td.TdClassName
{
border-color: #D0C8F2;
}
.TagClassName
{
border-color: #D0C8F2;
}
</style>