#CECBF4

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

Shades of Lavender Blue #CECBF4

Tints of Lavender Blue #CECBF4

Color information

#CECBF4 (or 0xCECBF4) is unknown color: approx Lavender Blue. HEX triplet: CE, CB and F4. RGB value is (206,203,244). Sum of RGB (Red+Green+Blue) = 206+203+244=653 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.55% from 653); Green value is 203 (79.69% from 255 or 31.09% from 653); Blue value is 244 (95.70% from 255 or 37.37% from 653); Max value from RGB is 244 - color contains mainly: blue. Hex color #CECBF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECBF4 is #31340B. Grayscale: #D0D0D0. Windows color (decimal): -3224588 or 16042958. OLE color: 16042958.

HSL color Cylindrical-coordinate representation of color #CECBF4: hue angle of 244.39º degrees, saturation: 0.65, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CECBF4 is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB206203244-
CMYK0.160.1700.04
HSL244.39º65.08%87.65%-
HSV(B)244.39º16.8%95.69%-
XYZ63.1462.3794.3-
YUV208.57147.99126.17-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.55%
GREEN value IS 203 (79.69% from 255) = 31.09%
BLUE value IS 244 (95.70% from 255) = 37.37%
R=31.55%
G=31.09%
B=37.37%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2062032440.160.1700.04244.3965.0887.65
HexCECBF4101104f44158
Octal316313364202104364101130
Binary110011101100101111110100100001000101001111010010000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECBF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECBF4; }

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

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

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

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

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

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

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

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