#C1CBFE

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

Shades of Lavender Blue #C1CBFE

Tints of Lavender Blue #C1CBFE

Color information

#C1CBFE (or 0xC1CBFE) is unknown color: approx Lavender Blue. HEX triplet: C1, CB and FE. RGB value is (193,203,254). Sum of RGB (Red+Green+Blue) = 193+203+254=650 (86% of max value = 765). Red value is 193 (75.78% from 255 or 29.69% from 650); Green value is 203 (79.69% from 255 or 31.23% from 650); Blue value is 254 (99.61% from 255 or 39.08% from 650); Max value from RGB is 254 - color contains mainly: blue. Hex color #C1CBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1CBFE is #3E3401. Grayscale: #CDCDCD. Windows color (decimal): -4076546 or 16698305. OLE color: 16698305.

HSL color Cylindrical-coordinate representation of color #C1CBFE: hue angle of 230.16º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C1CBFE is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB193203254-
CMYK0.240.2000.00
HSL230.16º96.83%87.65%-
HSV(B)230.16º24.02%99.61%-
XYZ61.2461.21102.35-
YUV205.82155.19118.85-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 29.69%
GREEN value IS 203 (79.69% from 255) = 31.23%
BLUE value IS 254 (99.61% from 255) = 39.08%
R=29.69%
G=31.23%
B=39.08%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1932032540.240.2000.00230.1696.8387.65
HexC1CBFE181400e66158
Octal301313376302400346141130
Binary1100000111001011111111101100010100001110011011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CBFE; }

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

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

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

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

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

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

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

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