#CEC8F1

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

Shades of Lavender Blue #CEC8F1

Tints of Lavender Blue #CEC8F1

Color information

#CEC8F1 (or 0xCEC8F1) is unknown color: approx Lavender Blue. HEX triplet: CE, C8 and F1. RGB value is (206,200,241). Sum of RGB (Red+Green+Blue) = 206+200+241=647 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.84% from 647); Green value is 200 (78.52% from 255 or 30.91% from 647); Blue value is 241 (94.53% from 255 or 37.25% from 647); Max value from RGB is 241 - color contains mainly: blue. Hex color #CEC8F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC8F1 is #31370E. Grayscale: #CECECE. Windows color (decimal): -3225359 or 15845582. OLE color: 15845582.

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

Color convert

RGB206200241-
CMYK0.150.1700.05
HSL248.78º59.42%86.47%-
HSV(B)248.78º17.01%94.51%-
XYZ61.9960.7891.68-
YUV206.47147.49127.67-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.84%
GREEN value IS 200 (78.52% from 255) = 30.91%
BLUE value IS 241 (94.53% from 255) = 37.25%
R=31.84%
G=30.91%
B=37.25%

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
Decimal2062002410.150.1700.05248.7859.4286.47
HexCEC8F1F1105f93b56
Octal31631036117210537173126
Binary1100111011001000111100011111100010101111110011110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC8F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC8F1; }

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

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

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

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

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

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

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

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