#C7C2EE

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

Shades of Lavender Blue #C7C2EE

Tints of Lavender Blue #C7C2EE

Color information

#C7C2EE (or 0xC7C2EE) is unknown color: approx Lavender Blue. HEX triplet: C7, C2 and EE. RGB value is (199,194,238). Sum of RGB (Red+Green+Blue) = 199+194+238=631 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.54% from 631); Green value is 194 (76.17% from 255 or 30.74% from 631); Blue value is 238 (93.36% from 255 or 37.72% from 631); Max value from RGB is 238 - color contains mainly: blue. Hex color #C7C2EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7C2EE is #383D11. Grayscale: #C8C8C8. Windows color (decimal): -3685650 or 15647431. OLE color: 15647431.

HSL color Cylindrical-coordinate representation of color #C7C2EE: hue angle of 246.82º 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 #C7C2EE is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB199194238-
CMYK0.160.1800.07
HSL246.82º56.41%84.71%-
HSV(B)246.82º18.49%93.33%-
XYZ58.2856.988.8-
YUV200.51149.16126.92-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.54%
GREEN value IS 194 (76.17% from 255) = 30.74%
BLUE value IS 238 (93.36% from 255) = 37.72%
R=31.54%
G=30.74%
B=37.72%

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
Decimal1991942380.160.1800.07246.8256.4184.71
HexC7C2EE101207f73855
Octal30730235620220736770125
Binary11000111110000101110111010000100100111111101111110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C2EE; }

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

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

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

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

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

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

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

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