#C9C3EE

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

Shades of Lavender Blue #C9C3EE

Tints of Lavender Blue #C9C3EE

Color information

#C9C3EE (or 0xC9C3EE) is unknown color: approx Lavender Blue. HEX triplet: C9, C3 and EE. RGB value is (201,195,238). Sum of RGB (Red+Green+Blue) = 201+195+238=634 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.70% from 634); Green value is 195 (76.56% from 255 or 30.76% from 634); Blue value is 238 (93.36% from 255 or 37.54% from 634); Max value from RGB is 238 - color contains mainly: blue. Hex color #C9C3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9C3EE is #363C11. Grayscale: #C9C9C9. Windows color (decimal): -3554322 or 15647689. OLE color: 15647689.

HSL color Cylindrical-coordinate representation of color #C9C3EE: hue angle of 248.37º degrees, saturation: 0.56, 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 #C9C3EE is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB201195238-
CMYK0.160.1800.07
HSL248.37º55.84%84.9%-
HSV(B)248.37º18.07%93.33%-
XYZ59.0457.6288.9-
YUV201.7148.49127.5-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.70%
GREEN value IS 195 (76.56% from 255) = 30.76%
BLUE value IS 238 (93.36% from 255) = 37.54%
R=31.70%
G=30.76%
B=37.54%

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
Decimal2011952380.160.1800.07248.3755.8484.9
HexC9C3EE101207f83855
Octal31130335620220737070125
Binary11001001110000111110111010000100100111111110001110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C3EE; }

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

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

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

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

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

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

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

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