#C6CBFC

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

Shades of Lavender Blue #C6CBFC

Tints of Lavender Blue #C6CBFC

Color information

#C6CBFC (or 0xC6CBFC) is unknown color: approx Lavender Blue. HEX triplet: C6, CB and FC. RGB value is (198,203,252). Sum of RGB (Red+Green+Blue) = 198+203+252=653 (86% of max value = 765). Red value is 198 (77.73% from 255 or 30.32% from 653); Green value is 203 (79.69% from 255 or 31.09% from 653); Blue value is 252 (98.83% from 255 or 38.59% from 653); Max value from RGB is 252 - color contains mainly: blue. Hex color #C6CBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6CBFC is #393403. Grayscale: #CECECE. Windows color (decimal): -3748868 or 16567238. OLE color: 16567238.

HSL color Cylindrical-coordinate representation of color #C6CBFC: hue angle of 234.44º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C6CBFC is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB198203252-
CMYK0.210.1900.01
HSL234.44º90%88.24%-
HSV(B)234.44º21.43%98.82%-
XYZ62.2261.75100.73-
YUV207.09153.34121.52-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 30.32%
GREEN value IS 203 (79.69% from 255) = 31.09%
BLUE value IS 252 (98.83% from 255) = 38.59%
R=30.32%
G=31.09%
B=38.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1982032520.210.1900.01234.449088.24
HexC6CBFC151301ea5a58
Octal306313374252301352132130
Binary1100011011001011111111001010110011011110101010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6CBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6CBFC; }

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

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

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

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

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

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

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

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