#CEC6FC

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

Shades of Lavender Blue #CEC6FC

Tints of Lavender Blue #CEC6FC

Color information

#CEC6FC (or 0xCEC6FC) is unknown color: approx Lavender Blue. HEX triplet: CE, C6 and FC. RGB value is (206,198,252). Sum of RGB (Red+Green+Blue) = 206+198+252=656 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.40% from 656); Green value is 198 (77.73% from 255 or 30.18% from 656); Blue value is 252 (98.83% from 255 or 38.41% from 656); Max value from RGB is 252 - color contains mainly: blue. Hex color #CEC6FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC6FC is #313903. Grayscale: #CECECE. Windows color (decimal): -3225860 or 16565966. OLE color: 16565966.

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

Color convert

RGB206198252-
CMYK0.180.2100.01
HSL248.89º90%88.24%-
HSV(B)248.89º21.43%98.82%-
XYZ63.2260.54100.45-
YUV206.55153.65127.61-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.40%
GREEN value IS 198 (77.73% from 255) = 30.18%
BLUE value IS 252 (98.83% from 255) = 38.41%
R=31.40%
G=30.18%
B=38.41%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2061982520.180.2100.01248.899088.24
HexCEC6FC121501f95a58
Octal316306374222501371132130
Binary1100111011000110111111001001010101011111100110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC6FC; }

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

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

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

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

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

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

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

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