#C4C9F3

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

Shades of Lavender Blue #C4C9F3

Tints of Lavender Blue #C4C9F3

Color information

#C4C9F3 (or 0xC4C9F3) is unknown color: approx Lavender Blue. HEX triplet: C4, C9 and F3. RGB value is (196,201,243). Sum of RGB (Red+Green+Blue) = 196+201+243=640 (84% of max value = 765). Red value is 196 (76.95% from 255 or 30.62% from 640); Green value is 201 (78.91% from 255 or 31.41% from 640); Blue value is 243 (95.31% from 255 or 37.97% from 640); Max value from RGB is 243 - color contains mainly: blue. Hex color #C4C9F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4C9F3 is #3B360C. Grayscale: #CCCCCC. Windows color (decimal): -3880461 or 15976900. OLE color: 15976900.

HSL color Cylindrical-coordinate representation of color #C4C9F3: hue angle of 233.62º degrees, saturation: 0.66, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C4C9F3 is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB196201243-
CMYK0.190.1700.05
HSL233.62º66.2%86.08%-
HSV(B)233.62º19.34%95.29%-
XYZ59.8359.9893.22-
YUV204.29149.84122.08-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 30.62%
GREEN value IS 201 (78.91% from 255) = 31.41%
BLUE value IS 243 (95.31% from 255) = 37.97%
R=30.62%
G=31.41%
B=37.97%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1962012430.190.1700.05233.6266.286.08
HexC4C9F3131105ea4256
Octal304311363232105352102126
Binary110001001100100111110011100111000101011110101010000101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C9F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C9F3; }

 p { color: rgb(196,201,243); }

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

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

 a { background-color: rgb(196,201,243); }

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

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

 span { border-color: rgb(196,201,243); }

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