#CECAF1

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

Shades of Lavender Blue #CECAF1

Tints of Lavender Blue #CECAF1

Color information

#CECAF1 (or 0xCECAF1) is unknown color: approx Lavender Blue. HEX triplet: CE, CA and F1. RGB value is (206,202,241). Sum of RGB (Red+Green+Blue) = 206+202+241=649 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.74% from 649); Green value is 202 (79.30% from 255 or 31.12% from 649); Blue value is 241 (94.53% from 255 or 37.13% from 649); Max value from RGB is 241 - color contains mainly: blue. Hex color #CECAF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECAF1 is #31350E. Grayscale: #CFCFCF. Windows color (decimal): -3224847 or 15846094. OLE color: 15846094.

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

Color convert

RGB206202241-
CMYK0.150.1600.05
HSL246.15º58.21%86.86%-
HSV(B)246.15º16.18%94.51%-
XYZ62.4561.7191.84-
YUV207.64146.83126.83-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.74%
GREEN value IS 202 (79.30% from 255) = 31.12%
BLUE value IS 241 (94.53% from 255) = 37.13%
R=31.74%
G=31.12%
B=37.13%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2062022410.150.1600.05246.1558.2186.86
HexCECAF1F1005f63a57
Octal31631236117200536672127
Binary1100111011001010111100011111100000101111101101110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECAF1; }

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

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

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

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

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

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

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

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