#CEC6F1

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

Shades of Lavender Blue #CEC6F1

Tints of Lavender Blue #CEC6F1

Color information

#CEC6F1 (or 0xCEC6F1) is unknown color: approx Lavender Blue. HEX triplet: CE, C6 and F1. RGB value is (206,198,241). Sum of RGB (Red+Green+Blue) = 206+198+241=645 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.94% from 645); Green value is 198 (77.73% from 255 or 30.70% from 645); Blue value is 241 (94.53% from 255 or 37.36% from 645); Max value from RGB is 241 - color contains mainly: blue. Hex color #CEC6F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC6F1 is #31390E. Grayscale: #CDCDCD. Windows color (decimal): -3225871 or 15845070. OLE color: 15845070.

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

Color convert

RGB206198241-
CMYK0.150.1800.05
HSL251.16º60.56%86.08%-
HSV(B)251.16º17.84%94.51%-
XYZ61.5259.8691.53-
YUV205.29148.15128.5-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.94%
GREEN value IS 198 (77.73% from 255) = 30.70%
BLUE value IS 241 (94.53% from 255) = 37.36%
R=31.94%
G=30.70%
B=37.36%

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
Decimal2061982410.150.1800.05251.1660.5686.08
HexCEC6F1F1205fb3d56
Octal31630636117220537375126
Binary1100111011000110111100011111100100101111110111111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC6F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC6F1; }

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

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

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

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

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

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

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

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