#C9C5EB

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

Shades of Lavender Blue #C9C5EB

Tints of Lavender Blue #C9C5EB

Color information

#C9C5EB (or 0xC9C5EB) is unknown color: approx Lavender Blue. HEX triplet: C9, C5 and EB. RGB value is (201,197,235). Sum of RGB (Red+Green+Blue) = 201+197+235=633 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.75% from 633); Green value is 197 (77.34% from 255 or 31.12% from 633); Blue value is 235 (92.19% from 255 or 37.12% from 633); Max value from RGB is 235 - color contains mainly: blue. Hex color #C9C5EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9C5EB is #363A14. Grayscale: #CACACA. Windows color (decimal): -3553813 or 15451593. OLE color: 15451593.

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

Color convert

RGB201197235-
CMYK0.140.1600.08
HSL246.32º48.72%84.71%-
HSV(B)246.32º16.17%92.16%-
XYZ59.0558.3586.75-
YUV202.53146.33126.91-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.75%
GREEN value IS 197 (77.34% from 255) = 31.12%
BLUE value IS 235 (92.19% from 255) = 37.12%
R=31.75%
G=31.12%
B=37.12%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2011972350.140.1600.08246.3248.7284.71
HexC9C5EBE1008f63155
Octal311305353162001036661125
Binary11001001110001011110101111101000001000111101101100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C5EB; }

 p { color: rgb(201,197,235); }

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

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

 a { background-color: rgb(201,197,235); }

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

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

 span { border-color: rgb(201,197,235); }

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