#C9C5F1

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

Shades of Lavender Blue #C9C5F1

Tints of Lavender Blue #C9C5F1

Color information

#C9C5F1 (or 0xC9C5F1) is unknown color: approx Lavender Blue. HEX triplet: C9, C5 and F1. RGB value is (201,197,241). Sum of RGB (Red+Green+Blue) = 201+197+241=639 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.46% from 639); Green value is 197 (77.34% from 255 or 30.83% from 639); Blue value is 241 (94.53% from 255 or 37.72% from 639); Max value from RGB is 241 - color contains mainly: blue. Hex color #C9C5F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9C5F1 is #363A0E. Grayscale: #CBCBCB. Windows color (decimal): -3553807 or 15844809. OLE color: 15844809.

HSL color Cylindrical-coordinate representation of color #C9C5F1: hue angle of 245.45º degrees, saturation: 0.61, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C9C5F1 is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB201197241-
CMYK0.170.1800.05
HSL245.45º61.11%85.88%-
HSV(B)245.45º18.26%94.51%-
XYZ59.9358.791.39-
YUV203.21149.33126.42-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.46%
GREEN value IS 197 (77.34% from 255) = 30.83%
BLUE value IS 241 (94.53% from 255) = 37.72%
R=31.46%
G=30.83%
B=37.72%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2011972410.170.1800.05245.4561.1185.88
HexC9C5F1111205f53d56
Octal31130536121220536575126
Binary11001001110001011111000110001100100101111101011111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C5F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C5F1; }

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

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

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

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

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

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

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

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