#C1C3FD

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

Shades of Lavender Blue #C1C3FD

Tints of Lavender Blue #C1C3FD

Color information

#C1C3FD (or 0xC1C3FD) is unknown color: approx Lavender Blue. HEX triplet: C1, C3 and FD. RGB value is (193,195,253). Sum of RGB (Red+Green+Blue) = 193+195+253=641 (84% of max value = 765). Red value is 193 (75.78% from 255 or 30.11% from 641); Green value is 195 (76.56% from 255 or 30.42% from 641); Blue value is 253 (99.22% from 255 or 39.47% from 641); Max value from RGB is 253 - color contains mainly: blue. Hex color #C1C3FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1C3FD is #3E3C02. Grayscale: #C8C8C8. Windows color (decimal): -4078595 or 16630721. OLE color: 16630721.

HSL color Cylindrical-coordinate representation of color #C1C3FD: hue angle of 238º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C1C3FD is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB193195253-
CMYK0.240.2300.01
HSL238º93.75%87.45%-
HSV(B)238º23.72%99.22%-
XYZ59.2457.46100.9-
YUV201.01157.34122.28-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 30.11%
GREEN value IS 195 (76.56% from 255) = 30.42%
BLUE value IS 253 (99.22% from 255) = 39.47%
R=30.11%
G=30.42%
B=39.47%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1931952530.240.2300.0123893.7587.45
HexC1C3FD181701ee5e57
Octal301303375302701356136127
Binary1100000111000011111111011100010111011110111010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1C3FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1C3FD; }

 p { color: rgb(193,195,253); }

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

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

 a { background-color: rgb(193,195,253); }

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

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

 span { border-color: rgb(193,195,253); }

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