#C1C8FE

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

Shades of Lavender Blue #C1C8FE

Tints of Lavender Blue #C1C8FE

Color information

#C1C8FE (or 0xC1C8FE) is unknown color: approx Lavender Blue. HEX triplet: C1, C8 and FE. RGB value is (193,200,254). Sum of RGB (Red+Green+Blue) = 193+200+254=647 (85% of max value = 765). Red value is 193 (75.78% from 255 or 29.83% from 647); Green value is 200 (78.52% from 255 or 30.91% from 647); Blue value is 254 (99.61% from 255 or 39.26% from 647); Max value from RGB is 254 - color contains mainly: blue. Hex color #C1C8FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1C8FE is #3E3701. Grayscale: #CBCBCB. Windows color (decimal): -4077314 or 16697537. OLE color: 16697537.

HSL color Cylindrical-coordinate representation of color #C1C8FE: hue angle of 233.11º 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 #C1C8FE is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB193200254-
CMYK0.240.2100.00
HSL233.11º96.83%87.65%-
HSV(B)233.11º24.02%99.61%-
XYZ60.5459.8102.12-
YUV204.06156.18120.11-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 29.83%
GREEN value IS 200 (78.52% from 255) = 30.91%
BLUE value IS 254 (99.61% from 255) = 39.26%
R=29.83%
G=30.91%
B=39.26%

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
Decimal1932002540.240.2100.00233.1196.8387.65
HexC1C8FE181500e96158
Octal301310376302500351141130
Binary1100000111001000111111101100010101001110100111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1C8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1C8FE; }

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

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

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

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

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

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

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

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