#C1CBFA

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

Shades of Lavender Blue #C1CBFA

Tints of Lavender Blue #C1CBFA

Color information

#C1CBFA (or 0xC1CBFA) is unknown color: approx Lavender Blue. HEX triplet: C1, CB and FA. RGB value is (193,203,250). Sum of RGB (Red+Green+Blue) = 193+203+250=646 (85% of max value = 765). Red value is 193 (75.78% from 255 or 29.88% from 646); Green value is 203 (79.69% from 255 or 31.42% from 646); Blue value is 250 (98.05% from 255 or 38.70% from 646); Max value from RGB is 250 - color contains mainly: blue. Hex color #C1CBFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1CBFA is #3E3405. Grayscale: #CDCDCD. Windows color (decimal): -4076550 or 16436161. OLE color: 16436161.

HSL color Cylindrical-coordinate representation of color #C1CBFA: hue angle of 229.47º degrees, saturation: 0.85, 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 #C1CBFA is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB193203250-
CMYK0.230.1900.02
HSL229.47º85.07%86.86%-
HSV(B)229.47º22.8%98.04%-
XYZ60.660.9599.01-
YUV205.37153.19119.18-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 29.88%
GREEN value IS 203 (79.69% from 255) = 31.42%
BLUE value IS 250 (98.05% from 255) = 38.70%
R=29.88%
G=31.42%
B=38.70%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1932032500.230.1900.02229.4785.0786.86
HexC1CBFA171302e55557
Octal301313372272302345125127
Binary11000001110010111111101010111100110101110010110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CBFA; }

 p { color: rgb(193,203,250); }

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

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

 a { background-color: rgb(193,203,250); }

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

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

 span { border-color: rgb(193,203,250); }

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