#C9C4EE

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

Shades of Lavender Blue #C9C4EE

Tints of Lavender Blue #C9C4EE

Color information

#C9C4EE (or 0xC9C4EE) is unknown color: approx Lavender Blue. HEX triplet: C9, C4 and EE. RGB value is (201,196,238). Sum of RGB (Red+Green+Blue) = 201+196+238=635 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.65% from 635); Green value is 196 (76.95% from 255 or 30.87% from 635); Blue value is 238 (93.36% from 255 or 37.48% from 635); Max value from RGB is 238 - color contains mainly: blue. Hex color #C9C4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9C4EE is #363B11. Grayscale: #CACACA. Windows color (decimal): -3554066 or 15647945. OLE color: 15647945.

HSL color Cylindrical-coordinate representation of color #C9C4EE: hue angle of 247.14º degrees, saturation: 0.55, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C9C4EE is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB201196238-
CMYK0.160.1800.07
HSL247.14º55.26%85.1%-
HSV(B)247.14º17.65%93.33%-
XYZ59.2658.0788.97-
YUV202.28148.16127.08-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.65%
GREEN value IS 196 (76.95% from 255) = 30.87%
BLUE value IS 238 (93.36% from 255) = 37.48%
R=31.65%
G=30.87%
B=37.48%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2011962380.160.1800.07247.1455.2685.1
HexC9C4EE101207f73755
Octal31130435620220736767125
Binary11001001110001001110111010000100100111111101111101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C4EE; }

 p { color: rgb(201,196,238); }

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

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

 a { background-color: rgb(201,196,238); }

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

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

 span { border-color: rgb(201,196,238); }

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