Shades of Lavender Blue #D0C2FF
Tints of Lavender Blue #D0C2FF
RGB
CMYK
RGB Variations
Color information
#D0C2FF (or 0xD0C2FF) is known color: Lavender Blue. HEX triplet: D0, C2 and FF. RGB value is (208,194,255). Sum of RGB (Red+Green+Blue) = 208+194+255=657 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.66% from 657); Green value is 194 (76.17% from 255 or 29.53% from 657); Blue value is 255 (100% from 255 or 38.81% from 657); Max value from RGB is 255 - color contains mainly: blue. Hex color #D0C2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0C2FF is #2F3D00. Grayscale: #CCCCCC. Windows color (decimal): -3095809 or 16761552. OLE color: 16761552.
HSL color Cylindrical-coordinate representation of color #D0C2FF: hue angle of 253.77º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D0C2FF is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 194 | 255 | - |
| CMYK | 0.18 | 0.24 | 0 | 0 |
| HSL | 253.77º | 1% | 0.88% | - |
| HSV(B) | 253.77º | 0.24% | 1% | - |
| XYZ | 63.35 | 59.21 | 102.7 | - |
| YUV | 205.14 | 156.14 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 194 | 255 | 0.18 | 0.24 | 0 | 0 | 253.77 | 1 | 0.88 |
| Hex | D0 | C2 | FF | 12 | 18 | 0 | 0 | FE | 64 | 58 |
| Octal | 320 | 302 | 377 | 22 | 30 | 0 | 0 | 376 | 144 | 130 |
| Binary | 11010000 | 11000010 | 11111111 | 10010 | 11000 | 0 | 0 | 11111110 | 1100100 | 1011000 |
Color Harmonies of #D0C2FF
Complementary color
Monochromatic Colors of #D0C2FF
Black with #D0C2FF
Text Example
Text Example
White with #D0C2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C2FF; }
p { color: rgb(208,194,255); }
H1.HeaderClassName
{
color: #D0C2FF;
}
.AnyTagClassName
{
color: #D0C2FF;
}
</style>
background-color css
<style>
a { background-color: #D0C2FF; }
a { background-color: rgb(208,194,255); }
div.DivClassName
{
background-color: #D0C2FF;
}
.BgClassName
{
background-color: #D0C2FF;
}
</style>
border-color css
<style>
span { border-color: #D0C2FF; }
span { border-color: rgb(208,194,255); }
td.TdClassName
{
border-color: #D0C2FF;
}
.TagClassName
{
border-color: #D0C2FF;
}
</style>