#C1CBFC

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

Shades of Lavender Blue #C1CBFC

Tints of Lavender Blue #C1CBFC

Color information

#C1CBFC (or 0xC1CBFC) is unknown color: approx Lavender Blue. HEX triplet: C1, CB and FC. RGB value is (193,203,252). Sum of RGB (Red+Green+Blue) = 193+203+252=648 (85% of max value = 765). Red value is 193 (75.78% from 255 or 29.78% from 648); Green value is 203 (79.69% from 255 or 31.33% from 648); Blue value is 252 (98.83% from 255 or 38.89% from 648); Max value from RGB is 252 - color contains mainly: blue. Hex color #C1CBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1CBFC is #3E3403. Grayscale: #CDCDCD. Windows color (decimal): -4076548 or 16567233. OLE color: 16567233.

HSL color Cylindrical-coordinate representation of color #C1CBFC: hue angle of 229.83º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C1CBFC is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB193203252-
CMYK0.230.1900.01
HSL229.83º90.77%87.25%-
HSV(B)229.83º23.41%98.82%-
XYZ60.9261.08100.67-
YUV205.6154.19119.02-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 29.78%
GREEN value IS 203 (79.69% from 255) = 31.33%
BLUE value IS 252 (98.83% from 255) = 38.89%
R=29.78%
G=31.33%
B=38.89%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1932032520.230.1900.01229.8390.7787.25
HexC1CBFC171301e65b57
Octal301313374272301346133127
Binary1100000111001011111111001011110011011110011010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CBFC; }

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

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

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

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

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

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

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

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