#D3D0FE

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

Shades of Lavender Blue #D3D0FE

Tints of Lavender Blue #D3D0FE

Color information

#D3D0FE (or 0xD3D0FE) is unknown color: approx Lavender Blue. HEX triplet: D3, D0 and FE. RGB value is (211,208,254). Sum of RGB (Red+Green+Blue) = 211+208+254=673 (89% of max value = 765). Red value is 211 (82.81% from 255 or 31.35% from 673); Green value is 208 (81.64% from 255 or 30.91% from 673); Blue value is 254 (99.61% from 255 or 37.74% from 673); Max value from RGB is 254 - color contains mainly: blue. Hex color #D3D0FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3D0FE is #2C2F01. Grayscale: #D5D5D5. Windows color (decimal): -2895618 or 16699603. OLE color: 16699603.

HSL color Cylindrical-coordinate representation of color #D3D0FE: hue angle of 243.91º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D3D0FE is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB211208254-
CMYK0.170.1800.00
HSL243.91º95.83%90.59%-
HSV(B)243.91º18.11%99.61%-
XYZ67.3166.12102.98-
YUV214.14150.49125.76-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 31.35%
GREEN value IS 208 (81.64% from 255) = 30.91%
BLUE value IS 254 (99.61% from 255) = 37.74%
R=31.35%
G=30.91%
B=37.74%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2112082540.170.1800.00243.9195.8390.59
HexD3D0FE111200f4605b
Octal323320376212200364140133
Binary1101001111010000111111101000110010001111010011000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3D0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3D0FE; }

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

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

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

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

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

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

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

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