#C4C2FC

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

Shades of Lavender Blue #C4C2FC

Tints of Lavender Blue #C4C2FC

Color information

#C4C2FC (or 0xC4C2FC) is unknown color: approx Lavender Blue. HEX triplet: C4, C2 and FC. RGB value is (196,194,252). Sum of RGB (Red+Green+Blue) = 196+194+252=642 (85% of max value = 765). Red value is 196 (76.95% from 255 or 30.53% from 642); Green value is 194 (76.17% from 255 or 30.22% from 642); Blue value is 252 (98.83% from 255 or 39.25% from 642); Max value from RGB is 252 - color contains mainly: blue. Hex color #C4C2FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4C2FC is #3B3D03. Grayscale: #C8C8C8. Windows color (decimal): -3882244 or 16564932. OLE color: 16564932.

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

Color convert

RGB196194252-
CMYK0.220.2300.01
HSL242.07º90.62%87.45%-
HSV(B)242.07º23.02%98.82%-
XYZ59.6357.35100.02-
YUV201.21156.66124.28-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 30.53%
GREEN value IS 194 (76.17% from 255) = 30.22%
BLUE value IS 252 (98.83% from 255) = 39.25%
R=30.53%
G=30.22%
B=39.25%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1961942520.220.2300.01242.0790.6287.45
HexC4C2FC161701f25b57
Octal304302374262701362133127
Binary1100010011000010111111001011010111011111001010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C2FC; }

 p { color: rgb(196,194,252); }

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

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

 a { background-color: rgb(196,194,252); }

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

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

 span { border-color: rgb(196,194,252); }

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