#D6D4FF

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

Shades of Lavender Blue #D6D4FF

Tints of Lavender Blue #D6D4FF

Color information

#D6D4FF (or 0xD6D4FF) is unknown color: approx Lavender Blue. HEX triplet: D6, D4 and FF. RGB value is (214,212,255). Sum of RGB (Red+Green+Blue) = 214+212+255=681 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.42% from 681); Green value is 212 (83.20% from 255 or 31.13% from 681); Blue value is 255 (100% from 255 or 37.44% from 681); Max value from RGB is 255 - color contains mainly: blue. Hex color #D6D4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6D4FF is #292B00. Grayscale: #D9D9D9. Windows color (decimal): -2697985 or 16766166. OLE color: 16766166.

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

Color convert

RGB214212255-
CMYK0.160.1700
HSL242.79º100%91.57%-
HSV(B)242.79º16.86%100%-
XYZ69.3368.6104.2-
YUV217.5149.16125.5-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.42%
GREEN value IS 212 (83.20% from 255) = 31.13%
BLUE value IS 255 (100% from 255) = 37.44%
R=31.42%
G=31.13%
B=37.44%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2142122550.160.1700242.7910091.57
HexD6D4FF101100f3645c
Octal326324377202100363144134
Binary1101011011010100111111111000010001001111001111001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D4FF; }

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

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

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

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

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

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

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

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