#D3D0FA

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

Shades of Lavender Blue #D3D0FA

Tints of Lavender Blue #D3D0FA

Color information

#D3D0FA (or 0xD3D0FA) is unknown color: approx Lavender Blue. HEX triplet: D3, D0 and FA. RGB value is (211,208,250). Sum of RGB (Red+Green+Blue) = 211+208+250=669 (88% of max value = 765). Red value is 211 (82.81% from 255 or 31.54% from 669); Green value is 208 (81.64% from 255 or 31.09% from 669); Blue value is 250 (98.05% from 255 or 37.37% from 669); Max value from RGB is 250 - color contains mainly: blue. Hex color #D3D0FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3D0FA is #2C2F05. Grayscale: #D5D5D5. Windows color (decimal): -2895622 or 16437459. OLE color: 16437459.

HSL color Cylindrical-coordinate representation of color #D3D0FA: hue angle of 244.29º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D3D0FA is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB211208250-
CMYK0.160.1700.02
HSL244.29º80.77%89.8%-
HSV(B)244.29º16.8%98.04%-
XYZ66.6865.8699.64-
YUV213.68148.49126.08-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 31.54%
GREEN value IS 208 (81.64% from 255) = 31.09%
BLUE value IS 250 (98.05% from 255) = 37.37%
R=31.54%
G=31.09%
B=37.37%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2112082500.160.1700.02244.2980.7789.8
HexD3D0FA101102f4515a
Octal323320372202102364121132
Binary11010011110100001111101010000100010101111010010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3D0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3D0FA; }

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

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

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

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

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

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

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

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