#D6C9FF

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

Shades of Lavender Blue #D6C9FF

Tints of Lavender Blue #D6C9FF

Color information

#D6C9FF (or 0xD6C9FF) is unknown color: approx Lavender Blue. HEX triplet: D6, C9 and FF. RGB value is (214,201,255). Sum of RGB (Red+Green+Blue) = 214+201+255=670 (88% of max value = 765). Red value is 214 (83.98% from 255 or 31.94% from 670); Green value is 201 (78.91% from 255 or 30% from 670); Blue value is 255 (100% from 255 or 38.06% from 670); Max value from RGB is 255 - color contains mainly: blue. Hex color #D6C9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6C9FF is #293600. Grayscale: #D2D2D2. Windows color (decimal): -2700801 or 16763350. OLE color: 16763350.

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

Color convert

RGB214201255-
CMYK0.160.2100
HSL254.44º100%89.41%-
HSV(B)254.44º21.18%100%-
XYZ66.6763.29103.31-
YUV211.04152.81130.11-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.94%
GREEN value IS 201 (78.91% from 255) = 30%
BLUE value IS 255 (100% from 255) = 38.06%
R=31.94%
G=30%
B=38.06%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2142012550.160.2100254.4410089.41
HexD6C9FF101500fe6459
Octal326311377202500376144131
Binary1101011011001001111111111000010101001111111011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C9FF; }

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

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

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

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

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

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

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

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