#C1CFFE

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

Shades of Lavender Blue #C1CFFE

Tints of Lavender Blue #C1CFFE

Color information

#C1CFFE (or 0xC1CFFE) is unknown color: approx Lavender Blue. HEX triplet: C1, CF and FE. RGB value is (193,207,254). Sum of RGB (Red+Green+Blue) = 193+207+254=654 (86% of max value = 765). Red value is 193 (75.78% from 255 or 29.51% from 654); Green value is 207 (81.25% from 255 or 31.65% from 654); Blue value is 254 (99.61% from 255 or 38.84% from 654); Max value from RGB is 254 - color contains mainly: blue. Hex color #C1CFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1CFFE is #3E3001. Grayscale: #CFCFCF. Windows color (decimal): -4075522 or 16699329. OLE color: 16699329.

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

Color convert

RGB193207254-
CMYK0.240.1900.00
HSL226.23º96.83%87.65%-
HSV(B)226.23º24.02%99.61%-
XYZ62.1963.12102.67-
YUV208.17153.86117.18-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 29.51%
GREEN value IS 207 (81.25% from 255) = 31.65%
BLUE value IS 254 (99.61% from 255) = 38.84%
R=29.51%
G=31.65%
B=38.84%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1932072540.240.1900.00226.2396.8387.65
HexC1CFFE181300e26158
Octal301317376302300342141130
Binary1100000111001111111111101100010011001110001011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CFFE; }

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

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

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

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

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

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

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

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