#D5D3FD

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

Shades of Lavender Blue #D5D3FD

Tints of Lavender Blue #D5D3FD

Color information

#D5D3FD (or 0xD5D3FD) is unknown color: approx Lavender Blue. HEX triplet: D5, D3 and FD. RGB value is (213,211,253). Sum of RGB (Red+Green+Blue) = 213+211+253=677 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.46% from 677); Green value is 211 (82.81% from 255 or 31.17% from 677); Blue value is 253 (99.22% from 255 or 37.37% from 677); Max value from RGB is 253 - color contains mainly: blue. Hex color #D5D3FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5D3FD is #2A2C02. Grayscale: #D8D8D8. Windows color (decimal): -2763779 or 16634837. OLE color: 16634837.

HSL color Cylindrical-coordinate representation of color #D5D3FD: hue angle of 242.86º degrees, saturation: 0.91, 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 #D5D3FD is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB213211253-
CMYK0.160.1700.01
HSL242.86º91.3%90.98%-
HSV(B)242.86º16.6%99.22%-
XYZ68.4667.83102.41-
YUV216.39148.66125.58-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.46%
GREEN value IS 211 (82.81% from 255) = 31.17%
BLUE value IS 253 (99.22% from 255) = 37.37%
R=31.46%
G=31.17%
B=37.37%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2132112530.160.1700.01242.8691.390.98
HexD5D3FD101101f35b5b
Octal325323375202101363133133
Binary1101010111010011111111011000010001011111001110110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D3FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D3FD; }

 p { color: rgb(213,211,253); }

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

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

 a { background-color: rgb(213,211,253); }

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

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

 span { border-color: rgb(213,211,253); }

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