#C7C7EA

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

Shades of Lavender Blue #C7C7EA

Tints of Lavender Blue #C7C7EA

Color information

#C7C7EA (or 0xC7C7EA) is unknown color: approx Lavender Blue. HEX triplet: C7, C7 and EA. RGB value is (199,199,234). Sum of RGB (Red+Green+Blue) = 199+199+234=632 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.49% from 632); Green value is 199 (78.12% from 255 or 31.49% from 632); Blue value is 234 (91.80% from 255 or 37.03% from 632); Max value from RGB is 234 - color contains mainly: blue. Hex color #C7C7EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7C7EA is #383815. Grayscale: #CACACA. Windows color (decimal): -3684374 or 15386567. OLE color: 15386567.

HSL color Cylindrical-coordinate representation of color #C7C7EA: hue angle of 240º degrees, saturation: 0.45, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C7C7EA is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB199199234-
CMYK0.150.1500.08
HSL240º45.45%84.9%-
HSV(B)240º14.96%91.76%-
XYZ58.8358.9386.12-
YUV202.99145.5125.15-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.49%
GREEN value IS 199 (78.12% from 255) = 31.49%
BLUE value IS 234 (91.80% from 255) = 37.03%
R=31.49%
G=31.49%
B=37.03%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1991992340.150.1500.0824045.4584.9
HexC7C7EAFF08f02d55
Octal307307352171701036055125
Binary1100011111000111111010101111111101000111100001011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C7EA; }

 p { color: rgb(199,199,234); }

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

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

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

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

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

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

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