#C3CAF6

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

Shades of Lavender Blue #C3CAF6

Tints of Lavender Blue #C3CAF6

Color information

#C3CAF6 (or 0xC3CAF6) is unknown color: approx Lavender Blue. HEX triplet: C3, CA and F6. RGB value is (195,202,246). Sum of RGB (Red+Green+Blue) = 195+202+246=643 (85% of max value = 765). Red value is 195 (76.56% from 255 or 30.33% from 643); Green value is 202 (79.30% from 255 or 31.42% from 643); Blue value is 246 (96.48% from 255 or 38.26% from 643); Max value from RGB is 246 - color contains mainly: blue. Hex color #C3CAF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3CAF6 is #3C3509. Grayscale: #CCCCCC. Windows color (decimal): -3945738 or 16173763. OLE color: 16173763.

HSL color Cylindrical-coordinate representation of color #C3CAF6: hue angle of 231.76º degrees, saturation: 0.74, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C3CAF6 is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB195202246-
CMYK0.210.1800.04
HSL231.76º73.91%86.47%-
HSV(B)231.76º20.73%96.47%-
XYZ60.2660.595.69-
YUV204.92151.18120.92-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 30.33%
GREEN value IS 202 (79.30% from 255) = 31.42%
BLUE value IS 246 (96.48% from 255) = 38.26%
R=30.33%
G=31.42%
B=38.26%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1952022460.210.1800.04231.7673.9186.47
HexC3CAF6151204e84a56
Octal303312366252204350112126
Binary110000111100101011110110101011001001001110100010010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CAF6; }

 p { color: rgb(195,202,246); }

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

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

 a { background-color: rgb(195,202,246); }

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

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

 span { border-color: rgb(195,202,246); }

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