#C3C7FC

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

Shades of Lavender Blue #C3C7FC

Tints of Lavender Blue #C3C7FC

Color information

#C3C7FC (or 0xC3C7FC) is unknown color: approx Lavender Blue. HEX triplet: C3, C7 and FC. RGB value is (195,199,252). Sum of RGB (Red+Green+Blue) = 195+199+252=646 (85% of max value = 765). Red value is 195 (76.56% from 255 or 30.19% from 646); Green value is 199 (78.12% from 255 or 30.80% from 646); Blue value is 252 (98.83% from 255 or 39.01% from 646); Max value from RGB is 252 - color contains mainly: blue. Hex color #C3C7FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3C7FC is #3C3803. Grayscale: #CBCBCB. Windows color (decimal): -3946500 or 16566211. OLE color: 16566211.

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

Color convert

RGB195199252-
CMYK0.230.2100.01
HSL235.79º90.48%87.65%-
HSV(B)235.79º22.62%98.82%-
XYZ60.559.48100.39-
YUV203.85155.17121.69-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 30.19%
GREEN value IS 199 (78.12% from 255) = 30.80%
BLUE value IS 252 (98.83% from 255) = 39.01%
R=30.19%
G=30.80%
B=39.01%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1951992520.230.2100.01235.7990.4887.65
HexC3C7FC171501ec5a58
Octal303307374272501354132130
Binary1100001111000111111111001011110101011110110010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C7FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C7FC; }

 p { color: rgb(195,199,252); }

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

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

 a { background-color: rgb(195,199,252); }

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

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

 span { border-color: rgb(195,199,252); }

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