#C1C9FE

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

Shades of Lavender Blue #C1C9FE

Tints of Lavender Blue #C1C9FE

Color information

#C1C9FE (or 0xC1C9FE) is unknown color: approx Lavender Blue. HEX triplet: C1, C9 and FE. RGB value is (193,201,254). Sum of RGB (Red+Green+Blue) = 193+201+254=648 (85% of max value = 765). Red value is 193 (75.78% from 255 or 29.78% from 648); Green value is 201 (78.91% from 255 or 31.02% from 648); Blue value is 254 (99.61% from 255 or 39.20% from 648); Max value from RGB is 254 - color contains mainly: blue. Hex color #C1C9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1C9FE is #3E3601. Grayscale: #CCCCCC. Windows color (decimal): -4077058 or 16697793. OLE color: 16697793.

HSL color Cylindrical-coordinate representation of color #C1C9FE: hue angle of 232.13º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C1C9FE is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB193201254-
CMYK0.240.2100.00
HSL232.13º96.83%87.65%-
HSV(B)232.13º24.02%99.61%-
XYZ60.7760.27102.2-
YUV204.65155.85119.69-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 29.78%
GREEN value IS 201 (78.91% from 255) = 31.02%
BLUE value IS 254 (99.61% from 255) = 39.20%
R=29.78%
G=31.02%
B=39.20%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1932012540.240.2100.00232.1396.8387.65
HexC1C9FE181500e86158
Octal301311376302500350141130
Binary1100000111001001111111101100010101001110100011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1C9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1C9FE; }

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

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

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

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

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

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

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

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