#C6CEFB

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

Shades of Lavender Blue #C6CEFB

Tints of Lavender Blue #C6CEFB

Color information

#C6CEFB (or 0xC6CEFB) is unknown color: approx Lavender Blue. HEX triplet: C6, CE and FB. RGB value is (198,206,251). Sum of RGB (Red+Green+Blue) = 198+206+251=655 (86% of max value = 765). Red value is 198 (77.73% from 255 or 30.23% from 655); Green value is 206 (80.86% from 255 or 31.45% from 655); Blue value is 251 (98.44% from 255 or 38.32% from 655); Max value from RGB is 251 - color contains mainly: blue. Hex color #C6CEFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6CEFB is #393104. Grayscale: #D0D0D0. Windows color (decimal): -3748101 or 16502470. OLE color: 16502470.

HSL color Cylindrical-coordinate representation of color #C6CEFB: hue angle of 230.94º 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 #C6CEFB is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB198206251-
CMYK0.210.1800.02
HSL230.94º86.89%88.04%-
HSV(B)230.94º21.12%98.43%-
XYZ62.7763.11100.14-
YUV208.74151.85120.34-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 30.23%
GREEN value IS 206 (80.86% from 255) = 31.45%
BLUE value IS 251 (98.44% from 255) = 38.32%
R=30.23%
G=31.45%
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.02
SystemRedGreenBlueCMYKHSL
Decimal1982062510.210.1800.02230.9486.8988.04
HexC6CEFB151202e75758
Octal306316373252202347127130
Binary11000110110011101111101110101100100101110011110101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6CEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6CEFB; }

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

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

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

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

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

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

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

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