Shades of Lavender Blue #D0CDFD
Tints of Lavender Blue #D0CDFD
RGB
CMYK
RGB Variations
Color information
#D0CDFD (or 0xD0CDFD) is known color: Lavender Blue. HEX triplet: D0, CD and FD. RGB value is (208,205,253). Sum of RGB (Red+Green+Blue) = 208+205+253=666 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.23% from 666); Green value is 205 (80.47% from 255 or 30.78% from 666); Blue value is 253 (99.22% from 255 or 37.99% from 666); Max value from RGB is 253 - color contains mainly: blue. Hex color #D0CDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0CDFD is #2F3202. Grayscale: #D3D3D3. Windows color (decimal): -3092995 or 16633296. OLE color: 16633296.
HSL color Cylindrical-coordinate representation of color #D0CDFD: hue angle of 243.75º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D0CDFD is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 208 | 205 | 253 | - |
CMYK | 0.18 | 0.19 | 0 | 0.01 |
HSL | 243.75º | 0.92% | 0.9% | - |
HSV(B) | 243.75º | 0.19% | 0.99% | - |
XYZ | 65.57 | 64.16 | 101.86 | - |
YUV | 211.37 | 151.49 | 125.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 205 | 253 | 0.18 | 0.19 | 0 | 0.01 | 243.75 | 0.92 | 0.9 |
Hex | D0 | CD | FD | 12 | 13 | 0 | 1 | F4 | 5C | 5A |
Octal | 320 | 315 | 375 | 22 | 23 | 0 | 1 | 364 | 134 | 132 |
Binary | 11010000 | 11001101 | 11111101 | 10010 | 10011 | 0 | 1 | 11110100 | 1011100 | 1011010 |
Color Harmonies of #D0CDFD
Complementary color
Monochromatic Colors of #D0CDFD
Black with #D0CDFD
Text Example
Text Example
White with #D0CDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CDFD; }
p { color: rgb(208,205,253); }
H1.HeaderClassName
{
color: #D0CDFD;
}
.AnyTagClassName
{
color: #D0CDFD;
}
</style>
background-color css
<style>
a { background-color: #D0CDFD; }
a { background-color: rgb(208,205,253); }
div.DivClassName
{
background-color: #D0CDFD;
}
.BgClassName
{
background-color: #D0CDFD;
}
</style>
border-color css
<style>
span { border-color: #D0CDFD; }
span { border-color: rgb(208,205,253); }
td.TdClassName
{
border-color: #D0CDFD;
}
.TagClassName
{
border-color: #D0CDFD;
}
</style>