#D1D4FD

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

Shades of Lavender Blue #D1D4FD

Tints of Lavender Blue #D1D4FD

Color information

#D1D4FD (or 0xD1D4FD) is unknown color: approx Lavender Blue. HEX triplet: D1, D4 and FD. RGB value is (209,212,253). Sum of RGB (Red+Green+Blue) = 209+212+253=674 (89% of max value = 765). Red value is 209 (82.03% from 255 or 31.01% from 674); Green value is 212 (83.20% from 255 or 31.45% from 674); Blue value is 253 (99.22% from 255 or 37.54% from 674); Max value from RGB is 253 - color contains mainly: blue. Hex color #D1D4FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1D4FD is #2E2B02. Grayscale: #D7D7D7. Windows color (decimal): -3025667 or 16635089. OLE color: 16635089.

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

Color convert

RGB209212253-
CMYK0.170.1600.01
HSL235.91º91.67%90.59%-
HSV(B)235.91º17.39%99.22%-
XYZ67.5767.73102.44-
YUV215.78149.01123.17-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 31.01%
GREEN value IS 212 (83.20% from 255) = 31.45%
BLUE value IS 253 (99.22% from 255) = 37.54%
R=31.01%
G=31.45%
B=37.54%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2092122530.170.1600.01235.9191.6790.59
HexD1D4FD111001ec5c5b
Octal321324375212001354134133
Binary1101000111010100111111011000110000011110110010111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D4FD; }

 p { color: rgb(209,212,253); }

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

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

 a { background-color: rgb(209,212,253); }

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

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

 span { border-color: rgb(209,212,253); }

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