#CECFF1

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

Shades of Lavender Blue #CECFF1

Tints of Lavender Blue #CECFF1

Color information

#CECFF1 (or 0xCECFF1) is unknown color: approx Lavender Blue. HEX triplet: CE, CF and F1. RGB value is (206,207,241). Sum of RGB (Red+Green+Blue) = 206+207+241=654 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.50% from 654); Green value is 207 (81.25% from 255 or 31.65% from 654); Blue value is 241 (94.53% from 255 or 36.85% from 654); Max value from RGB is 241 - color contains mainly: blue. Hex color #CECFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECFF1 is #31300E. Grayscale: #D2D2D2. Windows color (decimal): -3223567 or 15847374. OLE color: 15847374.

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

Color convert

RGB206207241-
CMYK0.150.1400.05
HSL238.29º55.56%87.65%-
HSV(B)238.29º14.52%94.51%-
XYZ63.6464.192.24-
YUV210.58145.17124.74-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.50%
GREEN value IS 207 (81.25% from 255) = 31.65%
BLUE value IS 241 (94.53% from 255) = 36.85%
R=31.50%
G=31.65%
B=36.85%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2062072410.150.1400.05238.2955.5687.65
HexCECFF1FE05ee3858
Octal31631736117160535670130
Binary110011101100111111110001111111100101111011101110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECFF1; }

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

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

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

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

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

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

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

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