#C9C1F4

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

Shades of Lavender Blue #C9C1F4

Tints of Lavender Blue #C9C1F4

Color information

#C9C1F4 (or 0xC9C1F4) is unknown color: approx Lavender Blue. HEX triplet: C9, C1 and F4. RGB value is (201,193,244). Sum of RGB (Red+Green+Blue) = 201+193+244=638 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.50% from 638); Green value is 193 (75.78% from 255 or 30.25% from 638); Blue value is 244 (95.70% from 255 or 38.24% from 638); Max value from RGB is 244 - color contains mainly: blue. Hex color #C9C1F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9C1F4 is #363E0B. Grayscale: #C9C9C9. Windows color (decimal): -3554828 or 16040393. OLE color: 16040393.

HSL color Cylindrical-coordinate representation of color #C9C1F4: hue angle of 249.41º degrees, saturation: 0.7, 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 #C9C1F4 is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB201193244-
CMYK0.180.2100.04
HSL249.41º69.86%85.69%-
HSV(B)249.41º20.9%95.69%-
XYZ59.4957.0993.47-
YUV201.21152.15127.85-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.50%
GREEN value IS 193 (75.78% from 255) = 30.25%
BLUE value IS 244 (95.70% from 255) = 38.24%
R=31.50%
G=30.25%
B=38.24%

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
Decimal2011932440.180.2100.04249.4169.8685.69
HexC9C1F4121504f94656
Octal311301364222504371106126
Binary110010011100000111110100100101010101001111100110001101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C1F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C1F4; }

 p { color: rgb(201,193,244); }

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

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

 a { background-color: rgb(201,193,244); }

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

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

 span { border-color: rgb(201,193,244); }

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