#C7B4FE

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

Shades of Lavender Blue #C7B4FE

Tints of Lavender Blue #C7B4FE

Color information

#C7B4FE (or 0xC7B4FE) is unknown color: approx Lavender Blue. HEX triplet: C7, B4 and FE. RGB value is (199,180,254). Sum of RGB (Red+Green+Blue) = 199+180+254=633 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.44% from 633); Green value is 180 (70.70% from 255 or 28.44% from 633); Blue value is 254 (99.61% from 255 or 40.13% from 633); Max value from RGB is 254 - color contains mainly: blue. Hex color #C7B4FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7B4FE is #384B01. Grayscale: #C1C1C1. Windows color (decimal): -3689218 or 16692423. OLE color: 16692423.

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

Color convert

RGB199180254-
CMYK0.220.2900.00
HSL255.41º97.37%85.1%-
HSV(B)255.41º29.13%99.61%-
XYZ57.7651.94100.75-
YUV194.12161.79131.48-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.44%
GREEN value IS 180 (70.70% from 255) = 28.44%
BLUE value IS 254 (99.61% from 255) = 40.13%
R=31.44%
G=28.44%
B=40.13%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1991802540.220.2900.00255.4197.3785.1
HexC7B4FE161D00ff6155
Octal307264376263500377141125
Binary1100011110110100111111101011011101001111111111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B4FE; }

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

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

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

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

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

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

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

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