#CECBF0

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

Shades of Lavender Blue #CECBF0

Tints of Lavender Blue #CECBF0

Color information

#CECBF0 (or 0xCECBF0) is unknown color: approx Lavender Blue. HEX triplet: CE, CB and F0. RGB value is (206,203,240). Sum of RGB (Red+Green+Blue) = 206+203+240=649 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.74% from 649); Green value is 203 (79.69% from 255 or 31.28% from 649); Blue value is 240 (94.14% from 255 or 36.98% from 649); Max value from RGB is 240 - color contains mainly: blue. Hex color #CECBF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECBF0 is #31340F. Grayscale: #CFCFCF. Windows color (decimal): -3224592 or 15780814. OLE color: 15780814.

HSL color Cylindrical-coordinate representation of color #CECBF0: hue angle of 244.86º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CECBF0 is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB206203240-
CMYK0.140.1500.06
HSL244.86º55.22%86.86%-
HSV(B)244.86º15.42%94.12%-
XYZ62.5462.1291.13-
YUV208.12145.99126.49-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.74%
GREEN value IS 203 (79.69% from 255) = 31.28%
BLUE value IS 240 (94.14% from 255) = 36.98%
R=31.74%
G=31.28%
B=36.98%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2062032400.140.1500.06244.8655.2286.86
HexCECBF0EF06f53757
Octal31631336016170636567127
Binary110011101100101111110000111011110110111101011101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECBF0; }

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

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

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

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

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

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

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

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