#D0D3FD

Color #D0D3FD Lavender Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Blue #D0D3FD

Tints of Lavender Blue #D0D3FD

Color information

#D0D3FD (or 0xD0D3FD) is unknown color: approx Lavender Blue. HEX triplet: D0, D3 and FD. RGB value is (208,211,253). Sum of RGB (Red+Green+Blue) = 208+211+253=672 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.95% from 672); Green value is 211 (82.81% from 255 or 31.40% from 672); Blue value is 253 (99.22% from 255 or 37.65% from 672); Max value from RGB is 253 - color contains mainly: blue. Hex color #D0D3FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0D3FD is #2F2C02. Grayscale: #D6D6D6. Windows color (decimal): -3091459 or 16634832. OLE color: 16634832.

HSL color Cylindrical-coordinate representation of color #D0D3FD: hue angle of 236º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0D3FD is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB208211253-
CMYK0.180.1700.01
HSL236º91.84%90.39%-
HSV(B)236º17.79%99.22%-
XYZ67.0467.09102.35-
YUV214.89149.51123.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 208 (81.64% from 255) = 30.95%
GREEN value IS 211 (82.81% from 255) = 31.40%
BLUE value IS 253 (99.22% from 255) = 37.65%
R=30.95%
G=31.40%
B=37.65%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2082112530.180.1700.0123691.8490.39
HexD0D3FD121101ec5c5a
Octal320323375222101354134132
Binary1101000011010011111111011001010001011110110010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D3FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D3FD; }

 p { color: rgb(208,211,253); }

 H1.HeaderClassName
 {
   color: #D0D3FD;
 }
 .AnyTagClassName
 {
   color: #D0D3FD;
 }
</style>
background-color css

<style>
 a { background-color: #D0D3FD; }

 a { background-color: rgb(208,211,253); }

 div.DivClassName
 {
   background-color: #D0D3FD;
 }
 .BgClassName
 {
   background-color: #D0D3FD;
 }
</style>
border-color css

<style>
 span { border-color: #D0D3FD; }

 span { border-color: rgb(208,211,253); }

 td.TdClassName
 {
   border-color: #D0D3FD;
 }
 .TagClassName
 {
   border-color: #D0D3FD;
 }
</style>