#C4C6FF

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

Shades of Lavender Blue #C4C6FF

Tints of Lavender Blue #C4C6FF

Color information

#C4C6FF (or 0xC4C6FF) is unknown color: approx Lavender Blue. HEX triplet: C4, C6 and FF. RGB value is (196,198,255). Sum of RGB (Red+Green+Blue) = 196+198+255=649 (85% of max value = 765). Red value is 196 (76.95% from 255 or 30.20% from 649); Green value is 198 (77.73% from 255 or 30.51% from 649); Blue value is 255 (100% from 255 or 39.29% from 649); Max value from RGB is 255 - color contains mainly: blue. Hex color #C4C6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4C6FF is #3B3900. Grayscale: #CBCBCB. Windows color (decimal): -3881217 or 16762564. OLE color: 16762564.

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

Color convert

RGB196198255-
CMYK0.230.2200
HSL237.97º100%88.43%-
HSV(B)237.97º23.14%100%-
XYZ61.0159.34102.85-
YUV203.9156.84122.37-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 30.20%
GREEN value IS 198 (77.73% from 255) = 30.51%
BLUE value IS 255 (100% from 255) = 39.29%
R=30.20%
G=30.51%
B=39.29%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1961982550.230.2200237.9710088.43
HexC4C6FF171600ee6458
Octal304306377272600356144130
Binary1100010011000110111111111011110110001110111011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C6FF; }

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

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

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

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

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

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

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

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