#D4D4FF

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

Shades of Lavender Blue #D4D4FF

Tints of Lavender Blue #D4D4FF

Color information

#D4D4FF (or 0xD4D4FF) is unknown color: approx Lavender Blue. HEX triplet: D4, D4 and FF. RGB value is (212,212,255). Sum of RGB (Red+Green+Blue) = 212+212+255=679 (89% of max value = 765). Red value is 212 (83.20% from 255 or 31.22% from 679); Green value is 212 (83.20% from 255 or 31.22% from 679); Blue value is 255 (100% from 255 or 37.56% from 679); Max value from RGB is 255 - color contains mainly: blue. Hex color #D4D4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4D4FF is #2B2B00. Grayscale: #D8D8D8. Windows color (decimal): -2829057 or 16766164. OLE color: 16766164.

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

Color convert

RGB212212255-
CMYK0.170.1700
HSL240º100%91.57%-
HSV(B)240º16.86%100%-
XYZ68.7468.3104.17-
YUV216.9149.5124.5-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 31.22%
GREEN value IS 212 (83.20% from 255) = 31.22%
BLUE value IS 255 (100% from 255) = 37.56%
R=31.22%
G=31.22%
B=37.56%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2122122550.170.170024010091.57
HexD4D4FF111100f0645c
Octal324324377212100360144134
Binary1101010011010100111111111000110001001111000011001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D4FF; }

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

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

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

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

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

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

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

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