#C2CBFA

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

Shades of Lavender Blue #C2CBFA

Tints of Lavender Blue #C2CBFA

Color information

#C2CBFA (or 0xC2CBFA) is unknown color: approx Lavender Blue. HEX triplet: C2, CB and FA. RGB value is (194,203,250). Sum of RGB (Red+Green+Blue) = 194+203+250=647 (85% of max value = 765). Red value is 194 (76.17% from 255 or 29.98% from 647); Green value is 203 (79.69% from 255 or 31.38% 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 #C2CBFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2CBFA is #3D3405. Grayscale: #CDCDCD. Windows color (decimal): -4011014 or 16436162. OLE color: 16436162.

HSL color Cylindrical-coordinate representation of color #C2CBFA: hue angle of 230.36º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C2CBFA is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB194203250-
CMYK0.220.1900.02
HSL230.36º84.85%87.06%-
HSV(B)230.36º22.4%98.04%-
XYZ60.8661.0899.03-
YUV205.67153.02119.68-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 29.98%
GREEN value IS 203 (79.69% from 255) = 31.38%
BLUE value IS 250 (98.05% from 255) = 38.64%
R=29.98%
G=31.38%
B=38.64%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1942032500.220.1900.02230.3684.8587.06
HexC2CBFA161302e65557
Octal302313372262302346125127
Binary11000010110010111111101010110100110101110011010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CBFA; }

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

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

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

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

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

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

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

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