#C7C8EB

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

Shades of Lavender Blue #C7C8EB

Tints of Lavender Blue #C7C8EB

Color information

#C7C8EB (or 0xC7C8EB) is unknown color: approx Lavender Blue. HEX triplet: C7, C8 and EB. RGB value is (199,200,235). Sum of RGB (Red+Green+Blue) = 199+200+235=634 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.39% from 634); Green value is 200 (78.52% from 255 or 31.55% from 634); Blue value is 235 (92.19% from 255 or 37.07% from 634); Max value from RGB is 235 - color contains mainly: blue. Hex color #C7C8EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7C8EB is #383714. Grayscale: #CBCBCB. Windows color (decimal): -3684117 or 15452359. OLE color: 15452359.

HSL color Cylindrical-coordinate representation of color #C7C8EB: hue angle of 238.33º degrees, saturation: 0.47, 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 #C7C8EB is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB199200235-
CMYK0.150.1500.08
HSL238.33º47.37%85.1%-
HSV(B)238.33º15.32%92.16%-
XYZ59.259.4586.95-
YUV203.69145.67124.65-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.39%
GREEN value IS 200 (78.52% from 255) = 31.55%
BLUE value IS 235 (92.19% from 255) = 37.07%
R=31.39%
G=31.55%
B=37.07%

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
Decimal1992002350.150.1500.08238.3347.3785.1
HexC7C8EBFF08ee2f55
Octal307310353171701035657125
Binary1100011111001000111010111111111101000111011101011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C8EB; }

 p { color: rgb(199,200,235); }

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

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

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

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

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

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

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