Shades of Lavender Blue #D0C2FD
Tints of Lavender Blue #D0C2FD
RGB
CMYK
RGB Variations
Color information
#D0C2FD (or 0xD0C2FD) is known color: Lavender Blue. HEX triplet: D0, C2 and FD. RGB value is (208,194,253). Sum of RGB (Red+Green+Blue) = 208+194+253=655 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.76% from 655); Green value is 194 (76.17% from 255 or 29.62% from 655); Blue value is 253 (99.22% from 255 or 38.63% from 655); Max value from RGB is 253 - color contains mainly: blue. Hex color #D0C2FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0C2FD is #2F3D02. Grayscale: #CCCCCC. Windows color (decimal): -3095811 or 16630480. OLE color: 16630480.
HSL color Cylindrical-coordinate representation of color #D0C2FD: hue angle of 254.24º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D0C2FD is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 194 | 253 | - |
| CMYK | 0.18 | 0.23 | 0 | 0.01 |
| HSL | 254.24º | 0.94% | 0.88% | - |
| HSV(B) | 254.24º | 0.23% | 0.99% | - |
| XYZ | 63.03 | 59.09 | 101.01 | - |
| YUV | 204.91 | 155.14 | 130.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 194 | 253 | 0.18 | 0.23 | 0 | 0.01 | 254.24 | 0.94 | 0.88 |
| Hex | D0 | C2 | FD | 12 | 17 | 0 | 1 | FE | 5E | 58 |
| Octal | 320 | 302 | 375 | 22 | 27 | 0 | 1 | 376 | 136 | 130 |
| Binary | 11010000 | 11000010 | 11111101 | 10010 | 10111 | 0 | 1 | 11111110 | 1011110 | 1011000 |
Color Harmonies of #D0C2FD
Complementary color
Monochromatic Colors of #D0C2FD
Black with #D0C2FD
Text Example
Text Example
White with #D0C2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C2FD; }
p { color: rgb(208,194,253); }
H1.HeaderClassName
{
color: #D0C2FD;
}
.AnyTagClassName
{
color: #D0C2FD;
}
</style>
background-color css
<style>
a { background-color: #D0C2FD; }
a { background-color: rgb(208,194,253); }
div.DivClassName
{
background-color: #D0C2FD;
}
.BgClassName
{
background-color: #D0C2FD;
}
</style>
border-color css
<style>
span { border-color: #D0C2FD; }
span { border-color: rgb(208,194,253); }
td.TdClassName
{
border-color: #D0C2FD;
}
.TagClassName
{
border-color: #D0C2FD;
}
</style>