#D1D6FF

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

Shades of Lavender Blue #D1D6FF

Tints of Lavender Blue #D1D6FF

Color information

#D1D6FF (or 0xD1D6FF) is unknown color: approx Lavender Blue. HEX triplet: D1, D6 and FF. RGB value is (209,214,255). Sum of RGB (Red+Green+Blue) = 209+214+255=678 (89% of max value = 765). Red value is 209 (82.03% from 255 or 30.83% from 678); Green value is 214 (83.98% from 255 or 31.56% from 678); Blue value is 255 (100% from 255 or 37.61% from 678); Max value from RGB is 255 - color contains mainly: blue. Hex color #D1D6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1D6FF is #2E2900. Grayscale: #D9D9D9. Windows color (decimal): -3025153 or 16766673. OLE color: 16766673.

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

Color convert

RGB209214255-
CMYK0.180.1600
HSL233.48º100%90.98%-
HSV(B)233.48º18.04%100%-
XYZ68.3968.87104.3-
YUV217.18149.34122.17-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 30.83%
GREEN value IS 214 (83.98% from 255) = 31.56%
BLUE value IS 255 (100% from 255) = 37.61%
R=30.83%
G=31.56%
B=37.61%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2092142550.180.1600233.4810090.98
HexD1D6FF121000e9645b
Octal321326377222000351144133
Binary1101000111010110111111111001010000001110100111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D6FF; }

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

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

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

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

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

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

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

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