#C4C2FF

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

Shades of Lavender Blue #C4C2FF

Tints of Lavender Blue #C4C2FF

Color information

#C4C2FF (or 0xC4C2FF) is unknown color: approx Lavender Blue. HEX triplet: C4, C2 and FF. RGB value is (196,194,255). Sum of RGB (Red+Green+Blue) = 196+194+255=645 (85% of max value = 765). Red value is 196 (76.95% from 255 or 30.39% from 645); Green value is 194 (76.17% from 255 or 30.08% from 645); Blue value is 255 (100% from 255 or 39.53% from 645); Max value from RGB is 255 - color contains mainly: blue. Hex color #C4C2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4C2FF is #3B3D00. Grayscale: #C9C9C9. Windows color (decimal): -3882241 or 16761540. OLE color: 16761540.

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

Color convert

RGB196194255-
CMYK0.230.2400
HSL241.97º100%88.04%-
HSV(B)241.97º23.92%100%-
XYZ60.1157.54102.55-
YUV201.55158.16124.04-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 30.39%
GREEN value IS 194 (76.17% from 255) = 30.08%
BLUE value IS 255 (100% from 255) = 39.53%
R=30.39%
G=30.08%
B=39.53%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1961942550.230.2400241.9710088.04
HexC4C2FF171800f26458
Octal304302377273000362144130
Binary1100010011000010111111111011111000001111001011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C2FF; }

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

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

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

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

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

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

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

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