#CECBF3

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

Shades of Lavender Blue #CECBF3

Tints of Lavender Blue #CECBF3

Color information

#CECBF3 (or 0xCECBF3) is unknown color: approx Lavender Blue. HEX triplet: CE, CB and F3. RGB value is (206,203,243). Sum of RGB (Red+Green+Blue) = 206+203+243=652 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.60% from 652); Green value is 203 (79.69% from 255 or 31.13% from 652); Blue value is 243 (95.31% from 255 or 37.27% from 652); Max value from RGB is 243 - color contains mainly: blue. Hex color #CECBF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECBF3 is #31340C. Grayscale: #D0D0D0. Windows color (decimal): -3224589 or 15977422. OLE color: 15977422.

HSL color Cylindrical-coordinate representation of color #CECBF3: hue angle of 244.5º degrees, saturation: 0.62, 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 #CECBF3 is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB206203243-
CMYK0.150.1600.05
HSL244.5º62.5%87.45%-
HSV(B)244.5º16.46%95.29%-
XYZ62.9962.393.5-
YUV208.46147.49126.25-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.60%
GREEN value IS 203 (79.69% from 255) = 31.13%
BLUE value IS 243 (95.31% from 255) = 37.27%
R=31.60%
G=31.13%
B=37.27%

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
Decimal2062032430.150.1600.05244.562.587.45
HexCECBF3F1005f43e57
Octal31631336317200536476127
Binary1100111011001011111100111111100000101111101001111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECBF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECBF3; }

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

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

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

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

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

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

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

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