#C1C6FF

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

Shades of Lavender Blue #C1C6FF

Tints of Lavender Blue #C1C6FF

Color information

#C1C6FF (or 0xC1C6FF) is unknown color: approx Lavender Blue. HEX triplet: C1, C6 and FF. RGB value is (193,198,255). Sum of RGB (Red+Green+Blue) = 193+198+255=646 (85% of max value = 765). Red value is 193 (75.78% from 255 or 29.88% from 646); Green value is 198 (77.73% from 255 or 30.65% from 646); Blue value is 255 (100% from 255 or 39.47% from 646); Max value from RGB is 255 - color contains mainly: blue. Hex color #C1C6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1C6FF is #3E3900. Grayscale: #CACACA. Windows color (decimal): -4077825 or 16762561. OLE color: 16762561.

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

Color convert

RGB193198255-
CMYK0.240.2200
HSL235.16º100%87.84%-
HSV(B)235.16º24.31%100%-
XYZ60.2458.95102.81-
YUV203157.34120.87-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 29.88%
GREEN value IS 198 (77.73% from 255) = 30.65%
BLUE value IS 255 (100% from 255) = 39.47%
R=29.88%
G=30.65%
B=39.47%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1931982550.240.2200235.1610087.84
HexC1C6FF181600eb6458
Octal301306377302600353144130
Binary1100000111000110111111111100010110001110101111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1C6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1C6FF; }

 p { color: rgb(193,198,255); }

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

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

 a { background-color: rgb(193,198,255); }

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

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

 span { border-color: rgb(193,198,255); }

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