#C1CCFB

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

Shades of Lavender Blue #C1CCFB

Tints of Lavender Blue #C1CCFB

Color information

#C1CCFB (or 0xC1CCFB) is unknown color: approx Lavender Blue. HEX triplet: C1, CC and FB. RGB value is (193,204,251). Sum of RGB (Red+Green+Blue) = 193+204+251=648 (85% of max value = 765). Red value is 193 (75.78% from 255 or 29.78% from 648); Green value is 204 (80.08% from 255 or 31.48% from 648); Blue value is 251 (98.44% from 255 or 38.73% from 648); Max value from RGB is 251 - color contains mainly: blue. Hex color #C1CCFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1CCFB is #3E3304. Grayscale: #CDCDCD. Windows color (decimal): -4076293 or 16501953. OLE color: 16501953.

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

Color convert

RGB193204251-
CMYK0.230.1900.02
HSL228.62º87.88%87.06%-
HSV(B)228.62º23.11%98.43%-
XYZ6161.4999.92-
YUV206.07153.36118.68-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 29.78%
GREEN value IS 204 (80.08% from 255) = 31.48%
BLUE value IS 251 (98.44% from 255) = 38.73%
R=29.78%
G=31.48%
B=38.73%

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
Decimal1932042510.230.1900.02228.6287.8887.06
HexC1CCFB171302e55857
Octal301314373272302345130127
Binary11000001110011001111101110111100110101110010110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CCFB; }

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

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

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

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

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

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

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

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