#C6CAFB

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

Shades of Lavender Blue #C6CAFB

Tints of Lavender Blue #C6CAFB

Color information

#C6CAFB (or 0xC6CAFB) is unknown color: approx Lavender Blue. HEX triplet: C6, CA and FB. RGB value is (198,202,251). Sum of RGB (Red+Green+Blue) = 198+202+251=651 (86% of max value = 765). Red value is 198 (77.73% from 255 or 30.41% from 651); Green value is 202 (79.30% from 255 or 31.03% from 651); Blue value is 251 (98.44% from 255 or 38.56% from 651); Max value from RGB is 251 - color contains mainly: blue. Hex color #C6CAFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6CAFB is #393504. Grayscale: #CECECE. Windows color (decimal): -3749125 or 16501446. OLE color: 16501446.

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

Color convert

RGB198202251-
CMYK0.210.2000.02
HSL235.47º86.89%88.04%-
HSV(B)235.47º21.12%98.43%-
XYZ61.8261.2199.82-
YUV206.39153.17122.02-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 30.41%
GREEN value IS 202 (79.30% from 255) = 31.03%
BLUE value IS 251 (98.44% from 255) = 38.56%
R=30.41%
G=31.03%
B=38.56%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1982022510.210.2000.02235.4786.8988.04
HexC6CAFB151402eb5758
Octal306312373252402353127130
Binary11000110110010101111101110101101000101110101110101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6CAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6CAFB; }

 p { color: rgb(198,202,251); }

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

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

 a { background-color: rgb(198,202,251); }

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

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

 span { border-color: rgb(198,202,251); }

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