#C7C3EE

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

Shades of Lavender Blue #C7C3EE

Tints of Lavender Blue #C7C3EE

Color information

#C7C3EE (or 0xC7C3EE) is unknown color: approx Lavender Blue. HEX triplet: C7, C3 and EE. RGB value is (199,195,238). Sum of RGB (Red+Green+Blue) = 199+195+238=632 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.49% from 632); Green value is 195 (76.56% from 255 or 30.85% from 632); Blue value is 238 (93.36% from 255 or 37.66% from 632); Max value from RGB is 238 - color contains mainly: blue. Hex color #C7C3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7C3EE is #383C11. Grayscale: #C8C8C8. Windows color (decimal): -3685394 or 15647687. OLE color: 15647687.

HSL color Cylindrical-coordinate representation of color #C7C3EE: hue angle of 245.58º degrees, saturation: 0.56, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C7C3EE is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB199195238-
CMYK0.160.1800.07
HSL245.58º55.84%84.9%-
HSV(B)245.58º18.07%93.33%-
XYZ58.557.3588.87-
YUV201.1148.83126.5-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.49%
GREEN value IS 195 (76.56% from 255) = 30.85%
BLUE value IS 238 (93.36% from 255) = 37.66%
R=31.49%
G=30.85%
B=37.66%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1991952380.160.1800.07245.5855.8484.9
HexC7C3EE101207f63855
Octal30730335620220736670125
Binary11000111110000111110111010000100100111111101101110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C3EE; }

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

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

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

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

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

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

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

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