#C7B6FE

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

Shades of Lavender Blue #C7B6FE

Tints of Lavender Blue #C7B6FE

Color information

#C7B6FE (or 0xC7B6FE) is unknown color: approx Lavender Blue. HEX triplet: C7, B6 and FE. RGB value is (199,182,254). Sum of RGB (Red+Green+Blue) = 199+182+254=635 (84% of max value = 765). Red value is 199 (78.12% from 255 or 31.34% from 635); Green value is 182 (71.48% from 255 or 28.66% from 635); Blue value is 254 (99.61% from 255 or 40% from 635); Max value from RGB is 254 - color contains mainly: blue. Hex color #C7B6FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7B6FE is #384901. Grayscale: #C3C3C3. Windows color (decimal): -3688706 or 16692935. OLE color: 16692935.

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

Color convert

RGB199182254-
CMYK0.220.2800.00
HSL254.17º97.3%85.49%-
HSV(B)254.17º28.35%99.61%-
XYZ58.1752.75100.88-
YUV195.29161.13130.65-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.34%
GREEN value IS 182 (71.48% from 255) = 28.66%
BLUE value IS 254 (99.61% from 255) = 40%
R=31.34%
G=28.66%
B=40%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1991822540.220.2800.00254.1797.385.49
HexC7B6FE161C00fe6155
Octal307266376263400376141125
Binary1100011110110110111111101011011100001111111011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B6FE; }

 p { color: rgb(199,182,254); }

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

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

 a { background-color: rgb(199,182,254); }

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

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

 span { border-color: rgb(199,182,254); }

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