#D6C7FF

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

Shades of Lavender Blue #D6C7FF

Tints of Lavender Blue #D6C7FF

Color information

#D6C7FF (or 0xD6C7FF) is unknown color: approx Lavender Blue. HEX triplet: D6, C7 and FF. RGB value is (214,199,255). Sum of RGB (Red+Green+Blue) = 214+199+255=668 (88% of max value = 765). Red value is 214 (83.98% from 255 or 32.04% from 668); Green value is 199 (78.12% from 255 or 29.79% from 668); Blue value is 255 (100% from 255 or 38.17% from 668); Max value from RGB is 255 - color contains mainly: blue. Hex color #D6C7FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6C7FF is #293800. Grayscale: #D1D1D1. Windows color (decimal): -2701313 or 16762838. OLE color: 16762838.

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

Color convert

RGB214199255-
CMYK0.160.2200
HSL256.07º100%89.02%-
HSV(B)256.07º21.96%100%-
XYZ66.262.36103.16-
YUV209.87153.47130.95-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.04%
GREEN value IS 199 (78.12% from 255) = 29.79%
BLUE value IS 255 (100% from 255) = 38.17%
R=32.04%
G=29.79%
B=38.17%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2141992550.160.2200256.0710089.02
HexD6C7FF1016001006459
Octal326307377202600400144131
Binary11010110110001111111111110000101100010000000011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C7FF; }

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

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

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

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

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

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

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

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