#D4D5FF

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

Shades of Lavender Blue #D4D5FF

Tints of Lavender Blue #D4D5FF

Color information

#D4D5FF (or 0xD4D5FF) is unknown color: approx Lavender Blue. HEX triplet: D4, D5 and FF. RGB value is (212,213,255). Sum of RGB (Red+Green+Blue) = 212+213+255=680 (90% of max value = 765). Red value is 212 (83.20% from 255 or 31.18% from 680); Green value is 213 (83.59% from 255 or 31.32% 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 #D4D5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4D5FF is #2B2A00. Grayscale: #D9D9D9. Windows color (decimal): -2828801 or 16766420. OLE color: 16766420.

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

Color convert

RGB212213255-
CMYK0.170.1600
HSL238.6º100%91.57%-
HSV(B)238.6º16.86%100%-
XYZ6968.81104.25-
YUV217.49149.17124.08-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2122132550.170.1600238.610091.57
HexD4D5FF111000ef645c
Octal324325377212000357144134
Binary1101010011010101111111111000110000001110111111001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D5FF; }

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

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

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

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

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

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

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

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