#C1CCFA

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

Shades of Lavender Blue #C1CCFA

Tints of Lavender Blue #C1CCFA

Color information

#C1CCFA (or 0xC1CCFA) is unknown color: approx Lavender Blue. HEX triplet: C1, CC and FA. RGB value is (193,204,250). Sum of RGB (Red+Green+Blue) = 193+204+250=647 (85% of max value = 765). Red value is 193 (75.78% from 255 or 29.83% from 647); Green value is 204 (80.08% from 255 or 31.53% from 647); Blue value is 250 (98.05% from 255 or 38.64% from 647); Max value from RGB is 250 - color contains mainly: blue. Hex color #C1CCFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1CCFA is #3E3305. Grayscale: #CDCDCD. Windows color (decimal): -4076294 or 16436417. OLE color: 16436417.

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

Color convert

RGB193204250-
CMYK0.230.1800.02
HSL228.42º85.07%86.86%-
HSV(B)228.42º22.8%98.04%-
XYZ60.8461.4399.09-
YUV205.96152.86118.76-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 29.83%
GREEN value IS 204 (80.08% from 255) = 31.53%
BLUE value IS 250 (98.05% from 255) = 38.64%
R=29.83%
G=31.53%
B=38.64%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1932042500.230.1800.02228.4285.0786.86
HexC1CCFA171202e45557
Octal301314372272202344125127
Binary11000001110011001111101010111100100101110010010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CCFA; }

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

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

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

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

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

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

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

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