#CEC7F3

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

Shades of Lavender Blue #CEC7F3

Tints of Lavender Blue #CEC7F3

Color information

#CEC7F3 (or 0xCEC7F3) is unknown color: approx Lavender Blue. HEX triplet: CE, C7 and F3. RGB value is (206,199,243). Sum of RGB (Red+Green+Blue) = 206+199+243=648 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.79% from 648); Green value is 199 (78.12% from 255 or 30.71% from 648); Blue value is 243 (95.31% from 255 or 37.5% from 648); Max value from RGB is 243 - color contains mainly: blue. Hex color #CEC7F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC7F3 is #31380C. Grayscale: #CDCDCD. Windows color (decimal): -3225613 or 15976398. OLE color: 15976398.

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

Color convert

RGB206199243-
CMYK0.150.1800.05
HSL249.55º64.71%86.67%-
HSV(B)249.55º18.11%95.29%-
XYZ62.0560.4493.19-
YUV206.11148.82127.92-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.79%
GREEN value IS 199 (78.12% from 255) = 30.71%
BLUE value IS 243 (95.31% from 255) = 37.5%
R=31.79%
G=30.71%
B=37.5%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2061992430.150.1800.05249.5564.7186.67
HexCEC7F3F1205fa4157
Octal316307363172205372101127
Binary11001110110001111111001111111001001011111101010000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC7F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC7F3; }

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

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

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

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

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

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

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

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