#CEC8FA

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

Shades of Lavender Blue #CEC8FA

Tints of Lavender Blue #CEC8FA

Color information

#CEC8FA (or 0xCEC8FA) is unknown color: approx Lavender Blue. HEX triplet: CE, C8 and FA. RGB value is (206,200,250). Sum of RGB (Red+Green+Blue) = 206+200+250=656 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.40% from 656); Green value is 200 (78.52% from 255 or 30.49% from 656); Blue value is 250 (98.05% from 255 or 38.11% from 656); Max value from RGB is 250 - color contains mainly: blue. Hex color #CEC8FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC8FA is #313705. Grayscale: #CFCFCF. Windows color (decimal): -3225350 or 16435406. OLE color: 16435406.

HSL color Cylindrical-coordinate representation of color #CEC8FA: hue angle of 247.2º degrees, saturation: 0.83, 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 #CEC8FA is Cyan = 0.18, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB206200250-
CMYK0.180.200.02
HSL247.2º83.33%88.24%-
HSV(B)247.2º20%98.04%-
XYZ63.3661.3398.94-
YUV207.49151.99126.93-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.40%
GREEN value IS 200 (78.52% from 255) = 30.49%
BLUE value IS 250 (98.05% from 255) = 38.11%
R=31.40%
G=30.49%
B=38.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2062002500.180.200.02247.283.3388.24
HexCEC8FA121402f75358
Octal316310372222402367123130
Binary11001110110010001111101010010101000101111011110100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC8FA; }

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

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

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

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

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

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

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

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