#C7C8EA

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

Shades of Lavender Blue #C7C8EA

Tints of Lavender Blue #C7C8EA

Color information

#C7C8EA (or 0xC7C8EA) is unknown color: approx Lavender Blue. HEX triplet: C7, C8 and EA. RGB value is (199,200,234). Sum of RGB (Red+Green+Blue) = 199+200+234=633 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.44% from 633); Green value is 200 (78.52% from 255 or 31.60% from 633); Blue value is 234 (91.80% from 255 or 36.97% from 633); Max value from RGB is 234 - color contains mainly: blue. Hex color #C7C8EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7C8EA is #383715. Grayscale: #CBCBCB. Windows color (decimal): -3684118 or 15386823. OLE color: 15386823.

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

Color convert

RGB199200234-
CMYK0.150.1500.08
HSL238.29º45.45%84.9%-
HSV(B)238.29º14.96%91.76%-
XYZ59.0659.3986.19-
YUV203.58145.17124.74-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.44%
GREEN value IS 200 (78.52% from 255) = 31.60%
BLUE value IS 234 (91.80% from 255) = 36.97%
R=31.44%
G=31.60%
B=36.97%

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
Decimal1992002340.150.1500.08238.2945.4584.9
HexC7C8EAFF08ee2d55
Octal307310352171701035655125
Binary1100011111001000111010101111111101000111011101011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C8EA; }

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

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

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

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

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

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

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

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