#C6CEFE

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

Shades of Lavender Blue #C6CEFE

Tints of Lavender Blue #C6CEFE

Color information

#C6CEFE (or 0xC6CEFE) is unknown color: approx Lavender Blue. HEX triplet: C6, CE and FE. RGB value is (198,206,254). Sum of RGB (Red+Green+Blue) = 198+206+254=658 (87% of max value = 765). Red value is 198 (77.73% from 255 or 30.09% from 658); Green value is 206 (80.86% from 255 or 31.31% from 658); Blue value is 254 (99.61% from 255 or 38.60% from 658); Max value from RGB is 254 - color contains mainly: blue. Hex color #C6CEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6CEFE is #393101. Grayscale: #D0D0D0. Windows color (decimal): -3748098 or 16699078. OLE color: 16699078.

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

Color convert

RGB198206254-
CMYK0.220.1900.00
HSL231.43º96.55%88.63%-
HSV(B)231.43º22.05%99.61%-
XYZ63.2563.3102.65-
YUV209.08153.35120.1-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 30.09%
GREEN value IS 206 (80.86% from 255) = 31.31%
BLUE value IS 254 (99.61% from 255) = 38.60%
R=30.09%
G=31.31%
B=38.60%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1982062540.220.1900.00231.4396.5588.63
HexC6CEFE161300e76159
Octal306316376262300347141131
Binary1100011011001110111111101011010011001110011111000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6CEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6CEFE; }

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

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

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

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

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

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

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

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