#D1D0FF

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

Shades of Lavender Blue #D1D0FF

Tints of Lavender Blue #D1D0FF

Color information

#D1D0FF (or 0xD1D0FF) is unknown color: approx Lavender Blue. HEX triplet: D1, D0 and FF. RGB value is (209,208,255). Sum of RGB (Red+Green+Blue) = 209+208+255=672 (89% of max value = 765). Red value is 209 (82.03% from 255 or 31.10% from 672); Green value is 208 (81.64% from 255 or 30.95% from 672); Blue value is 255 (100% from 255 or 37.95% from 672); Max value from RGB is 255 - color contains mainly: blue. Hex color #D1D0FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1D0FF is #2E2F00. Grayscale: #D5D5D5. Windows color (decimal): -3026689 or 16765137. OLE color: 16765137.

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

Color convert

RGB209208255-
CMYK0.180.1800
HSL241.28º100%90.78%-
HSV(B)241.28º18.43%100%-
XYZ66.965.89103.8-
YUV213.66151.33124.68-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 31.10%
GREEN value IS 208 (81.64% from 255) = 30.95%
BLUE value IS 255 (100% from 255) = 37.95%
R=31.10%
G=30.95%
B=37.95%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2092082550.180.1800241.2810090.78
HexD1D0FF121200f1645b
Octal321320377222200361144133
Binary1101000111010000111111111001010010001111000111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D0FF; }

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

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

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

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

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

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

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

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