#C4C3ED

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

Shades of Lavender Blue #C4C3ED

Tints of Lavender Blue #C4C3ED

Color information

#C4C3ED (or 0xC4C3ED) is unknown color: approx Lavender Blue. HEX triplet: C4, C3 and ED. RGB value is (196,195,237). Sum of RGB (Red+Green+Blue) = 196+195+237=628 (83% of max value = 765). Red value is 196 (76.95% from 255 or 31.21% from 628); Green value is 195 (76.56% from 255 or 31.05% from 628); Blue value is 237 (92.97% from 255 or 37.74% from 628); Max value from RGB is 237 - color contains mainly: blue. Hex color #C4C3ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4C3ED is #3B3C12. Grayscale: #C7C7C7. Windows color (decimal): -3882003 or 15582148. OLE color: 15582148.

HSL color Cylindrical-coordinate representation of color #C4C3ED: hue angle of 241.43º 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 #C4C3ED is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB196195237-
CMYK0.170.1800.07
HSL241.43º53.85%84.71%-
HSV(B)241.43º17.72%92.94%-
XYZ57.5756.8888.07-
YUV200.09148.83125.08-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.21%
GREEN value IS 195 (76.56% from 255) = 31.05%
BLUE value IS 237 (92.97% from 255) = 37.74%
R=31.21%
G=31.05%
B=37.74%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1961952370.170.1800.07241.4353.8584.71
HexC4C3ED111207f13655
Octal30430335521220736166125
Binary11000100110000111110110110001100100111111100011101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C3ED; }

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

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

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

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

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

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

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

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