#C6CBFF

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

Shades of Lavender Blue #C6CBFF

Tints of Lavender Blue #C6CBFF

Color information

#C6CBFF (or 0xC6CBFF) is unknown color: approx Lavender Blue. HEX triplet: C6, CB and FF. RGB value is (198,203,255). Sum of RGB (Red+Green+Blue) = 198+203+255=656 (86% of max value = 765). Red value is 198 (77.73% from 255 or 30.18% from 656); Green value is 203 (79.69% from 255 or 30.95% from 656); Blue value is 255 (100% from 255 or 38.87% from 656); Max value from RGB is 255 - color contains mainly: blue. Hex color #C6CBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6CBFF is #393400. Grayscale: #CFCFCF. Windows color (decimal): -3748865 or 16763846. OLE color: 16763846.

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

Color convert

RGB198203255-
CMYK0.220.2000
HSL234.74º100%88.82%-
HSV(B)234.74º22.35%100%-
XYZ62.6961.94103.26-
YUV207.43154.84121.27-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 30.18%
GREEN value IS 203 (79.69% from 255) = 30.95%
BLUE value IS 255 (100% from 255) = 38.87%
R=30.18%
G=30.95%
B=38.87%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1982032550.220.2000234.7410088.82
HexC6CBFF161400eb6459
Octal306313377262400353144131
Binary1100011011001011111111111011010100001110101111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6CBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6CBFF; }

 p { color: rgb(198,203,255); }

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

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

 a { background-color: rgb(198,203,255); }

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

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

 span { border-color: rgb(198,203,255); }

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