#CECBED

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

Shades of Lavender Blue #CECBED

Tints of Lavender Blue #CECBED

Color information

#CECBED (or 0xCECBED) is unknown color: approx Lavender Blue. HEX triplet: CE, CB and ED. RGB value is (206,203,237). Sum of RGB (Red+Green+Blue) = 206+203+237=646 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.89% from 646); Green value is 203 (79.69% from 255 or 31.42% from 646); Blue value is 237 (92.97% from 255 or 36.69% from 646); Max value from RGB is 237 - color contains mainly: blue. Hex color #CECBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECBED is #313412. Grayscale: #CFCFCF. Windows color (decimal): -3224595 or 15584206. OLE color: 15584206.

HSL color Cylindrical-coordinate representation of color #CECBED: hue angle of 245.29º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CECBED is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB206203237-
CMYK0.130.1400.07
HSL245.29º48.57%86.27%-
HSV(B)245.29º14.35%92.94%-
XYZ62.161.9588.81-
YUV207.77144.49126.74-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.89%
GREEN value IS 203 (79.69% from 255) = 31.42%
BLUE value IS 237 (92.97% from 255) = 36.69%
R=31.89%
G=31.42%
B=36.69%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2062032370.130.1400.07245.2948.5786.27
HexCECBEDDE07f53156
Octal31631335515160736561126
Binary110011101100101111101101110111100111111101011100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECBED; }

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

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

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

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

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

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

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

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