#C6CEFA

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

Shades of Lavender Blue #C6CEFA

Tints of Lavender Blue #C6CEFA

Color information

#C6CEFA (or 0xC6CEFA) is unknown color: approx Lavender Blue. HEX triplet: C6, CE and FA. RGB value is (198,206,250). Sum of RGB (Red+Green+Blue) = 198+206+250=654 (86% of max value = 765). Red value is 198 (77.73% from 255 or 30.28% from 654); Green value is 206 (80.86% from 255 or 31.50% from 654); Blue value is 250 (98.05% from 255 or 38.23% from 654); Max value from RGB is 250 - color contains mainly: blue. Hex color #C6CEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6CEFA is #393105. Grayscale: #D0D0D0. Windows color (decimal): -3748102 or 16436934. OLE color: 16436934.

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

Color convert

RGB198206250-
CMYK0.210.1800.02
HSL230.77º83.87%87.84%-
HSV(B)230.77º20.8%98.04%-
XYZ62.6263.0599.31-
YUV208.62151.35120.42-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 30.28%
GREEN value IS 206 (80.86% from 255) = 31.50%
BLUE value IS 250 (98.05% from 255) = 38.23%
R=30.28%
G=31.50%
B=38.23%

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
Decimal1982062500.210.1800.02230.7783.8787.84
HexC6CEFA151202e75458
Octal306316372252202347124130
Binary11000110110011101111101010101100100101110011110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6CEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6CEFA; }

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

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

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

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

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

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

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

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