#C9C2F5

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

Shades of Lavender Blue #C9C2F5

Tints of Lavender Blue #C9C2F5

Color information

#C9C2F5 (or 0xC9C2F5) is unknown color: approx Lavender Blue. HEX triplet: C9, C2 and F5. RGB value is (201,194,245). Sum of RGB (Red+Green+Blue) = 201+194+245=640 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.41% from 640); Green value is 194 (76.17% from 255 or 30.31% from 640); Blue value is 245 (96.09% from 255 or 38.28% from 640); Max value from RGB is 245 - color contains mainly: blue. Hex color #C9C2F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9C2F5 is #363D0A. Grayscale: #C9C9C9. Windows color (decimal): -3554571 or 16106185. OLE color: 16106185.

HSL color Cylindrical-coordinate representation of color #C9C2F5: hue angle of 248.24º degrees, saturation: 0.72, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C9C2F5 is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB201194245-
CMYK0.180.2100.04
HSL248.24º71.83%86.08%-
HSV(B)248.24º20.82%96.08%-
XYZ59.8657.5994.35-
YUV201.91152.32127.35-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.41%
GREEN value IS 194 (76.17% from 255) = 30.31%
BLUE value IS 245 (96.09% from 255) = 38.28%
R=31.41%
G=30.31%
B=38.28%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2011942450.180.2100.04248.2471.8386.08
HexC9C2F5121504f84856
Octal311302365222504370110126
Binary110010011100001011110101100101010101001111100010010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C2F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C2F5; }

 p { color: rgb(201,194,245); }

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

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

 a { background-color: rgb(201,194,245); }

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

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

 span { border-color: rgb(201,194,245); }

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