#CECBFB

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

Shades of Lavender Blue #CECBFB

Tints of Lavender Blue #CECBFB

Color information

#CECBFB (or 0xCECBFB) is unknown color: approx Lavender Blue. HEX triplet: CE, CB and FB. RGB value is (206,203,251). Sum of RGB (Red+Green+Blue) = 206+203+251=660 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.21% from 660); Green value is 203 (79.69% from 255 or 30.76% from 660); Blue value is 251 (98.44% from 255 or 38.03% from 660); Max value from RGB is 251 - color contains mainly: blue. Hex color #CECBFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECBFB is #313404. Grayscale: #D1D1D1. Windows color (decimal): -3224581 or 16501710. OLE color: 16501710.

HSL color Cylindrical-coordinate representation of color #CECBFB: hue angle of 243.75º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CECBFB is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB206203251-
CMYK0.180.1900.02
HSL243.75º85.71%89.02%-
HSV(B)243.75º19.12%98.43%-
XYZ64.2262.8100-
YUV209.37151.49125.6-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.21%
GREEN value IS 203 (79.69% from 255) = 30.76%
BLUE value IS 251 (98.44% from 255) = 38.03%
R=31.21%
G=30.76%
B=38.03%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2062032510.180.1900.02243.7585.7189.02
HexCECBFB121302f45659
Octal316313373222302364126131
Binary11001110110010111111101110010100110101111010010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECBFB; }

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

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

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

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

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

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

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

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