#D3D0FD

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

Shades of Lavender Blue #D3D0FD

Tints of Lavender Blue #D3D0FD

Color information

#D3D0FD (or 0xD3D0FD) is unknown color: approx Lavender Blue. HEX triplet: D3, D0 and FD. RGB value is (211,208,253). Sum of RGB (Red+Green+Blue) = 211+208+253=672 (89% of max value = 765). Red value is 211 (82.81% from 255 or 31.40% from 672); Green value is 208 (81.64% from 255 or 30.95% 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 #D3D0FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3D0FD is #2C2F02. Grayscale: #D5D5D5. Windows color (decimal): -2895619 or 16634067. OLE color: 16634067.

HSL color Cylindrical-coordinate representation of color #D3D0FD: hue angle of 244º 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 #D3D0FD is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB211208253-
CMYK0.170.1800.01
HSL244º91.84%90.39%-
HSV(B)244º17.79%99.22%-
XYZ67.1566.05102.14-
YUV214.03149.99125.84-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2112082530.170.1800.0124491.8490.39
HexD3D0FD111201f45c5a
Octal323320375212201364134132
Binary1101001111010000111111011000110010011111010010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3D0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3D0FD; }

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

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

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

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

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

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

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

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