#CECBF7

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

Shades of Lavender Blue #CECBF7

Tints of Lavender Blue #CECBF7

Color information

#CECBF7 (or 0xCECBF7) is unknown color: approx Lavender Blue. HEX triplet: CE, CB and F7. RGB value is (206,203,247). Sum of RGB (Red+Green+Blue) = 206+203+247=656 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.40% from 656); Green value is 203 (79.69% from 255 or 30.95% from 656); Blue value is 247 (96.88% from 255 or 37.65% from 656); Max value from RGB is 247 - color contains mainly: blue. Hex color #CECBF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECBF7 is #313408. Grayscale: #D0D0D0. Windows color (decimal): -3224585 or 16239566. OLE color: 16239566.

HSL color Cylindrical-coordinate representation of color #CECBF7: hue angle of 244.09º degrees, saturation: 0.73, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CECBF7 is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB206203247-
CMYK0.170.1800.03
HSL244.09º73.33%88.24%-
HSV(B)244.09º17.81%96.86%-
XYZ63.662.5596.72-
YUV208.91149.49125.92-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.40%
GREEN value IS 203 (79.69% from 255) = 30.95%
BLUE value IS 247 (96.88% from 255) = 37.65%
R=31.40%
G=30.95%
B=37.65%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2062032470.170.1800.03244.0973.3388.24
HexCECBF7111203f44958
Octal316313367212203364111130
Binary11001110110010111111011110001100100111111010010010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECBF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECBF7; }

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

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

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

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

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

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

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

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