#C1CAFB

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

Shades of Lavender Blue #C1CAFB

Tints of Lavender Blue #C1CAFB

Color information

#C1CAFB (or 0xC1CAFB) is unknown color: approx Lavender Blue. HEX triplet: C1, CA and FB. RGB value is (193,202,251). Sum of RGB (Red+Green+Blue) = 193+202+251=646 (85% of max value = 765). Red value is 193 (75.78% from 255 or 29.88% from 646); Green value is 202 (79.30% from 255 or 31.27% from 646); Blue value is 251 (98.44% from 255 or 38.85% from 646); Max value from RGB is 251 - color contains mainly: blue. Hex color #C1CAFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1CAFB is #3E3504. Grayscale: #CCCCCC. Windows color (decimal): -4076805 or 16501441. OLE color: 16501441.

HSL color Cylindrical-coordinate representation of color #C1CAFB: hue angle of 230.69º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C1CAFB is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB193202251-
CMYK0.230.2000.02
HSL230.69º87.88%87.06%-
HSV(B)230.69º23.11%98.43%-
XYZ60.5360.5499.76-
YUV204.9154.02119.52-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 29.88%
GREEN value IS 202 (79.30% from 255) = 31.27%
BLUE value IS 251 (98.44% from 255) = 38.85%
R=29.88%
G=31.27%
B=38.85%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1932022510.230.2000.02230.6987.8887.06
HexC1CAFB171402e75857
Octal301312373272402347130127
Binary11000001110010101111101110111101000101110011110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CAFB; }

 p { color: rgb(193,202,251); }

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

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

 a { background-color: rgb(193,202,251); }

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

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

 span { border-color: rgb(193,202,251); }

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