#C2CBFB

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

Shades of Lavender Blue #C2CBFB

Tints of Lavender Blue #C2CBFB

Color information

#C2CBFB (or 0xC2CBFB) is unknown color: approx Lavender Blue. HEX triplet: C2, CB and FB. RGB value is (194,203,251). Sum of RGB (Red+Green+Blue) = 194+203+251=648 (85% of max value = 765). Red value is 194 (76.17% from 255 or 29.94% from 648); Green value is 203 (79.69% from 255 or 31.33% 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 #C2CBFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2CBFB is #3D3404. Grayscale: #CDCDCD. Windows color (decimal): -4011013 or 16501698. OLE color: 16501698.

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

Color convert

RGB194203251-
CMYK0.230.1900.02
HSL230.53º87.69%87.25%-
HSV(B)230.53º22.71%98.43%-
XYZ61.0261.1599.85-
YUV205.78153.52119.6-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 29.94%
GREEN value IS 203 (79.69% from 255) = 31.33%
BLUE value IS 251 (98.44% from 255) = 38.73%
R=29.94%
G=31.33%
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
Decimal1942032510.230.1900.02230.5387.6987.25
HexC2CBFB171302e75857
Octal302313373272302347130127
Binary11000010110010111111101110111100110101110011110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CBFB; }

 p { color: rgb(194,203,251); }

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

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

 a { background-color: rgb(194,203,251); }

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

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

 span { border-color: rgb(194,203,251); }

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