#C6C3ED

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

Shades of Lavender Blue #C6C3ED

Tints of Lavender Blue #C6C3ED

Color information

#C6C3ED (or 0xC6C3ED) is unknown color: approx Lavender Blue. HEX triplet: C6, C3 and ED. RGB value is (198,195,237). Sum of RGB (Red+Green+Blue) = 198+195+237=630 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.43% from 630); Green value is 195 (76.56% from 255 or 30.95% from 630); Blue value is 237 (92.97% from 255 or 37.62% from 630); Max value from RGB is 237 - color contains mainly: blue. Hex color #C6C3ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6C3ED is #393C12. Grayscale: #C8C8C8. Windows color (decimal): -3750931 or 15582150. OLE color: 15582150.

HSL color Cylindrical-coordinate representation of color #C6C3ED: hue angle of 244.29º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C6C3ED is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB198195237-
CMYK0.160.1800.07
HSL244.29º53.85%84.71%-
HSV(B)244.29º17.72%92.94%-
XYZ58.0957.1588.09-
YUV200.68148.49126.08-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.43%
GREEN value IS 195 (76.56% from 255) = 30.95%
BLUE value IS 237 (92.97% from 255) = 37.62%
R=31.43%
G=30.95%
B=37.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1981952370.160.1800.07244.2953.8584.71
HexC6C3ED101207f43655
Octal30630335520220736466125
Binary11000110110000111110110110000100100111111101001101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C3ED; }

 p { color: rgb(198,195,237); }

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

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

 a { background-color: rgb(198,195,237); }

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

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

 span { border-color: rgb(198,195,237); }

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