#C7B5FE

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

Shades of Lavender Blue #C7B5FE

Tints of Lavender Blue #C7B5FE

Color information

#C7B5FE (or 0xC7B5FE) is unknown color: approx Lavender Blue. HEX triplet: C7, B5 and FE. RGB value is (199,181,254). Sum of RGB (Red+Green+Blue) = 199+181+254=634 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.39% from 634); Green value is 181 (71.09% from 255 or 28.55% from 634); Blue value is 254 (99.61% from 255 or 40.06% from 634); Max value from RGB is 254 - color contains mainly: blue. Hex color #C7B5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7B5FE is #384A01. Grayscale: #C2C2C2. Windows color (decimal): -3688962 or 16692679. OLE color: 16692679.

HSL color Cylindrical-coordinate representation of color #C7B5FE: hue angle of 254.79º 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 #C7B5FE is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB199181254-
CMYK0.220.2900.00
HSL254.79º97.33%85.29%-
HSV(B)254.79º28.74%99.61%-
XYZ57.9752.35100.81-
YUV194.7161.46131.06-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.39%
GREEN value IS 181 (71.09% from 255) = 28.55%
BLUE value IS 254 (99.61% from 255) = 40.06%
R=31.39%
G=28.55%
B=40.06%

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
Decimal1991812540.220.2900.00254.7997.3385.29
HexC7B5FE161D00ff6155
Octal307265376263500377141125
Binary1100011110110101111111101011011101001111111111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B5FE; }

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

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

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

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

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

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

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

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