#C9C8EA

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

Shades of Lavender Blue #C9C8EA

Tints of Lavender Blue #C9C8EA

Color information

#C9C8EA (or 0xC9C8EA) is unknown color: approx Lavender Blue. HEX triplet: C9, C8 and EA. RGB value is (201,200,234). Sum of RGB (Red+Green+Blue) = 201+200+234=635 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.65% from 635); Green value is 200 (78.52% from 255 or 31.50% from 635); Blue value is 234 (91.80% from 255 or 36.85% from 635); Max value from RGB is 234 - color contains mainly: blue. Hex color #C9C8EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9C8EA is #363715. Grayscale: #CCCCCC. Windows color (decimal): -3553046 or 15386825. OLE color: 15386825.

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

Color convert

RGB201200234-
CMYK0.140.1500.08
HSL241.76º44.74%85.1%-
HSV(B)241.76º14.53%91.76%-
XYZ59.5959.6786.22-
YUV204.18144.83125.74-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.65%
GREEN value IS 200 (78.52% from 255) = 31.50%
BLUE value IS 234 (91.80% from 255) = 36.85%
R=31.65%
G=31.50%
B=36.85%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2012002340.140.1500.08241.7644.7485.1
HexC9C8EAEF08f22d55
Octal311310352161701036255125
Binary1100100111001000111010101110111101000111100101011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C8EA; }

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

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

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

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

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

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

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

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