#D1D2F8

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

Shades of Lavender Blue #D1D2F8

Tints of Lavender Blue #D1D2F8

Color information

#D1D2F8 (or 0xD1D2F8) is unknown color: approx Lavender Blue. HEX triplet: D1, D2 and F8. RGB value is (209,210,248). Sum of RGB (Red+Green+Blue) = 209+210+248=667 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.33% from 667); Green value is 210 (82.42% from 255 or 31.48% from 667); Blue value is 248 (97.27% from 255 or 37.18% from 667); Max value from RGB is 248 - color contains mainly: blue. Hex color #D1D2F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1D2F8 is #2E2D07. Grayscale: #D5D5D5. Windows color (decimal): -3026184 or 16306897. OLE color: 16306897.

HSL color Cylindrical-coordinate representation of color #D1D2F8: hue angle of 238.46º degrees, saturation: 0.74, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D1D2F8 is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB209210248-
CMYK0.160.1500.03
HSL238.46º73.58%89.61%-
HSV(B)238.46º15.73%97.25%-
XYZ66.2866.4398.13-
YUV214.03147.17124.41-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 31.33%
GREEN value IS 210 (82.42% from 255) = 31.48%
BLUE value IS 248 (97.27% from 255) = 37.18%
R=31.33%
G=31.48%
B=37.18%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2092102480.160.1500.03238.4673.5889.61
HexD1D2F810F03ee4a5a
Octal321322370201703356112132
Binary1101000111010010111110001000011110111110111010010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D2F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D2F8; }

 p { color: rgb(209,210,248); }

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

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

 a { background-color: rgb(209,210,248); }

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

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

 span { border-color: rgb(209,210,248); }

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