Shades of Lavender Blue #D0CCFD
Tints of Lavender Blue #D0CCFD
RGB
CMYK
RGB Variations
Color information
#D0CCFD (or 0xD0CCFD) is known color: Lavender Blue. HEX triplet: D0, CC and FD. RGB value is (208,204,253). Sum of RGB (Red+Green+Blue) = 208+204+253=665 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.28% from 665); Green value is 204 (80.08% from 255 or 30.68% from 665); Blue value is 253 (99.22% from 255 or 38.05% from 665); Max value from RGB is 253 - color contains mainly: blue. Hex color #D0CCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0CCFD is #2F3302. Grayscale: #D2D2D2. Windows color (decimal): -3093251 or 16633040. OLE color: 16633040.
HSL color Cylindrical-coordinate representation of color #D0CCFD: hue angle of 244.9º 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 #D0CCFD is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 208 | 204 | 253 | - |
CMYK | 0.18 | 0.19 | 0 | 0.01 |
HSL | 244.9º | 0.92% | 0.9% | - |
HSV(B) | 244.9º | 0.19% | 0.99% | - |
XYZ | 65.33 | 63.69 | 101.78 | - |
YUV | 210.78 | 151.83 | 126.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 204 | 253 | 0.18 | 0.19 | 0 | 0.01 | 244.9 | 0.92 | 0.9 |
Hex | D0 | CC | FD | 12 | 13 | 0 | 1 | F5 | 5C | 5A |
Octal | 320 | 314 | 375 | 22 | 23 | 0 | 1 | 365 | 134 | 132 |
Binary | 11010000 | 11001100 | 11111101 | 10010 | 10011 | 0 | 1 | 11110101 | 1011100 | 1011010 |
Color Harmonies of #D0CCFD
Complementary color
Monochromatic Colors of #D0CCFD
Black with #D0CCFD
Text Example
Text Example
White with #D0CCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CCFD; }
p { color: rgb(208,204,253); }
H1.HeaderClassName
{
color: #D0CCFD;
}
.AnyTagClassName
{
color: #D0CCFD;
}
</style>
background-color css
<style>
a { background-color: #D0CCFD; }
a { background-color: rgb(208,204,253); }
div.DivClassName
{
background-color: #D0CCFD;
}
.BgClassName
{
background-color: #D0CCFD;
}
</style>
border-color css
<style>
span { border-color: #D0CCFD; }
span { border-color: rgb(208,204,253); }
td.TdClassName
{
border-color: #D0CCFD;
}
.TagClassName
{
border-color: #D0CCFD;
}
</style>