#C2CAF6

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

Shades of Lavender Blue #C2CAF6

Tints of Lavender Blue #C2CAF6

Color information

#C2CAF6 (or 0xC2CAF6) is unknown color: approx Lavender Blue. HEX triplet: C2, CA and F6. RGB value is (194,202,246). Sum of RGB (Red+Green+Blue) = 194+202+246=642 (85% of max value = 765). Red value is 194 (76.17% from 255 or 30.22% from 642); Green value is 202 (79.30% from 255 or 31.46% from 642); Blue value is 246 (96.48% from 255 or 38.32% from 642); Max value from RGB is 246 - color contains mainly: blue. Hex color #C2CAF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2CAF6 is #3D3509. Grayscale: #CCCCCC. Windows color (decimal): -4011274 or 16173762. OLE color: 16173762.

HSL color Cylindrical-coordinate representation of color #C2CAF6: hue angle of 230.77º degrees, saturation: 0.74, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C2CAF6 is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB194202246-
CMYK0.210.1800.04
HSL230.77º74.29%86.27%-
HSV(B)230.77º21.14%96.47%-
XYZ6060.3695.68-
YUV204.62151.35120.42-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 30.22%
GREEN value IS 202 (79.30% from 255) = 31.46%
BLUE value IS 246 (96.48% from 255) = 38.32%
R=30.22%
G=31.46%
B=38.32%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1942022460.210.1800.04230.7774.2986.27
HexC2CAF6151204e74a56
Octal302312366252204347112126
Binary110000101100101011110110101011001001001110011110010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CAF6; }

 p { color: rgb(194,202,246); }

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

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

 a { background-color: rgb(194,202,246); }

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

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

 span { border-color: rgb(194,202,246); }

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