#C9C6EE

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

Shades of Lavender Blue #C9C6EE

Tints of Lavender Blue #C9C6EE

Color information

#C9C6EE (or 0xC9C6EE) is unknown color: approx Lavender Blue. HEX triplet: C9, C6 and EE. RGB value is (201,198,238). Sum of RGB (Red+Green+Blue) = 201+198+238=637 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.55% from 637); Green value is 198 (77.73% from 255 or 31.08% from 637); Blue value is 238 (93.36% from 255 or 37.36% from 637); Max value from RGB is 238 - color contains mainly: blue. Hex color #C9C6EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9C6EE is #363911. Grayscale: #CBCBCB. Windows color (decimal): -3553554 or 15648457. OLE color: 15648457.

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

Color convert

RGB201198238-
CMYK0.160.1700.07
HSL244.5º54.05%85.49%-
HSV(B)244.5º16.81%93.33%-
XYZ59.7158.9889.13-
YUV203.46147.49126.25-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.55%
GREEN value IS 198 (77.73% from 255) = 31.08%
BLUE value IS 238 (93.36% from 255) = 37.36%
R=31.55%
G=31.08%
B=37.36%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2011982380.160.1700.07244.554.0585.49
HexC9C6EE101107f43655
Octal31130635620210736466125
Binary11001001110001101110111010000100010111111101001101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C6EE; }

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

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

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

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

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

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

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

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