#CEC8FB

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

Shades of Lavender Blue #CEC8FB

Tints of Lavender Blue #CEC8FB

Color information

#CEC8FB (or 0xCEC8FB) is unknown color: approx Lavender Blue. HEX triplet: CE, C8 and FB. RGB value is (206,200,251). Sum of RGB (Red+Green+Blue) = 206+200+251=657 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.35% from 657); Green value is 200 (78.52% from 255 or 30.44% from 657); Blue value is 251 (98.44% from 255 or 38.20% from 657); Max value from RGB is 251 - color contains mainly: blue. Hex color #CEC8FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC8FB is #313704. Grayscale: #CFCFCF. Windows color (decimal): -3225349 or 16500942. OLE color: 16500942.

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

Color convert

RGB206200251-
CMYK0.180.2000.02
HSL247.06º86.44%88.43%-
HSV(B)247.06º20.32%98.43%-
XYZ63.5261.499.77-
YUV207.61152.49126.85-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.35%
GREEN value IS 200 (78.52% from 255) = 30.44%
BLUE value IS 251 (98.44% from 255) = 38.20%
R=31.35%
G=30.44%
B=38.20%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2062002510.180.2000.02247.0686.4488.43
HexCEC8FB121402f75658
Octal316310373222402367126130
Binary11001110110010001111101110010101000101111011110101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC8FB; }

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

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

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

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

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

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

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

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