#CEC9F3

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

Shades of Lavender Blue #CEC9F3

Tints of Lavender Blue #CEC9F3

Color information

#CEC9F3 (or 0xCEC9F3) is unknown color: approx Lavender Blue. HEX triplet: CE, C9 and F3. RGB value is (206,201,243). Sum of RGB (Red+Green+Blue) = 206+201+243=650 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.69% from 650); Green value is 201 (78.91% from 255 or 30.92% from 650); Blue value is 243 (95.31% from 255 or 37.38% from 650); Max value from RGB is 243 - color contains mainly: blue. Hex color #CEC9F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC9F3 is #31360C. Grayscale: #CFCFCF. Windows color (decimal): -3225101 or 15976910. OLE color: 15976910.

HSL color Cylindrical-coordinate representation of color #CEC9F3: hue angle of 247.14º degrees, saturation: 0.64, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEC9F3 is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB206201243-
CMYK0.150.1700.05
HSL247.14º63.64%87.06%-
HSV(B)247.14º17.28%95.29%-
XYZ62.5261.3793.34-
YUV207.28148.16127.08-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.69%
GREEN value IS 201 (78.91% from 255) = 30.92%
BLUE value IS 243 (95.31% from 255) = 37.38%
R=31.69%
G=30.92%
B=37.38%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2062012430.150.1700.05247.1463.6487.06
HexCEC9F3F1105f74057
Octal316311363172105367100127
Binary11001110110010011111001111111000101011111011110000001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC9F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC9F3; }

 p { color: rgb(206,201,243); }

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

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

 a { background-color: rgb(206,201,243); }

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

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

 span { border-color: rgb(206,201,243); }

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