#D5D4FF

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

Shades of Lavender Blue #D5D4FF

Tints of Lavender Blue #D5D4FF

Color information

#D5D4FF (or 0xD5D4FF) is unknown color: approx Lavender Blue. HEX triplet: D5, D4 and FF. RGB value is (213,212,255). Sum of RGB (Red+Green+Blue) = 213+212+255=680 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.32% from 680); Green value is 212 (83.20% from 255 or 31.18% from 680); Blue value is 255 (100% from 255 or 37.5% from 680); Max value from RGB is 255 - color contains mainly: blue. Hex color #D5D4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5D4FF is #2A2B00. Grayscale: #D9D9D9. Windows color (decimal): -2763521 or 16766165. OLE color: 16766165.

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

Color convert

RGB213212255-
CMYK0.160.1700
HSL241.4º100%91.57%-
HSV(B)241.4º16.86%100%-
XYZ69.0368.45104.18-
YUV217.2149.33125-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.32%
GREEN value IS 212 (83.20% from 255) = 31.18%
BLUE value IS 255 (100% from 255) = 37.5%
R=31.32%
G=31.18%
B=37.5%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2132122550.160.1700241.410091.57
HexD5D4FF101100f1645c
Octal325324377202100361144134
Binary1101010111010100111111111000010001001111000111001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D4FF; }

 p { color: rgb(213,212,255); }

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

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

 a { background-color: rgb(213,212,255); }

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

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

 span { border-color: rgb(213,212,255); }

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