#D7D1FF

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

Shades of Lavender Blue #D7D1FF

Tints of Lavender Blue #D7D1FF

Color information

#D7D1FF (or 0xD7D1FF) is unknown color: approx Lavender Blue. HEX triplet: D7, D1 and FF. RGB value is (215,209,255). Sum of RGB (Red+Green+Blue) = 215+209+255=679 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.66% from 679); Green value is 209 (82.03% from 255 or 30.78% from 679); Blue value is 255 (100% from 255 or 37.56% from 679); Max value from RGB is 255 - color contains mainly: blue. Hex color #D7D1FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7D1FF is #282E00. Grayscale: #D7D7D7. Windows color (decimal): -2633217 or 16765399. OLE color: 16765399.

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

Color convert

RGB215209255-
CMYK0.160.1800
HSL247.83º100%90.98%-
HSV(B)247.83º18.04%100%-
XYZ68.8767.27103.96-
YUV216.04149.99127.26-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.66%
GREEN value IS 209 (82.03% from 255) = 30.78%
BLUE value IS 255 (100% from 255) = 37.56%
R=31.66%
G=30.78%
B=37.56%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2152092550.160.1800247.8310090.98
HexD7D1FF101200f8645b
Octal327321377202200370144133
Binary1101011111010001111111111000010010001111100011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D1FF; }

 p { color: rgb(215,209,255); }

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

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

 a { background-color: rgb(215,209,255); }

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

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

 span { border-color: rgb(215,209,255); }

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