#C9C6EA

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

Shades of Lavender Blue #C9C6EA

Tints of Lavender Blue #C9C6EA

Color information

#C9C6EA (or 0xC9C6EA) is unknown color: approx Lavender Blue. HEX triplet: C9, C6 and EA. RGB value is (201,198,234). Sum of RGB (Red+Green+Blue) = 201+198+234=633 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.75% from 633); Green value is 198 (77.73% from 255 or 31.28% 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 #C9C6EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9C6EA is #363915. Grayscale: #CACACA. Windows color (decimal): -3553558 or 15386313. OLE color: 15386313.

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

Color convert

RGB201198234-
CMYK0.140.1500.08
HSL245º46.15%84.71%-
HSV(B)245º15.38%91.76%-
XYZ59.1358.7586.06-
YUV203145.49126.57-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.75%
GREEN value IS 198 (77.73% from 255) = 31.28%
BLUE value IS 234 (91.80% from 255) = 36.97%
R=31.75%
G=31.28%
B=36.97%

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
Decimal2011982340.140.1500.0824546.1584.71
HexC9C6EAEF08f52e55
Octal311306352161701036556125
Binary1100100111000110111010101110111101000111101011011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C6EA; }

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

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

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

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

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

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

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

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