#CEC9FC

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

Shades of Lavender Blue #CEC9FC

Tints of Lavender Blue #CEC9FC

Color information

#CEC9FC (or 0xCEC9FC) is unknown color: approx Lavender Blue. HEX triplet: CE, C9 and FC. RGB value is (206,201,252). Sum of RGB (Red+Green+Blue) = 206+201+252=659 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.26% from 659); Green value is 201 (78.91% from 255 or 30.50% from 659); Blue value is 252 (98.83% from 255 or 38.24% from 659); Max value from RGB is 252 - color contains mainly: blue. Hex color #CEC9FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC9FC is #313603. Grayscale: #D0D0D0. Windows color (decimal): -3225092 or 16566734. OLE color: 16566734.

HSL color Cylindrical-coordinate representation of color #CEC9FC: hue angle of 245.88º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CEC9FC is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB206201252-
CMYK0.180.2000.01
HSL245.88º89.47%88.82%-
HSV(B)245.88º20.24%98.82%-
XYZ63.9161.92100.68-
YUV208.31152.66126.35-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.26%
GREEN value IS 201 (78.91% from 255) = 30.50%
BLUE value IS 252 (98.83% from 255) = 38.24%
R=31.26%
G=30.50%
B=38.24%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2062012520.180.2000.01245.8889.4788.82
HexCEC9FC121401f65959
Octal316311374222401366131131
Binary1100111011001001111111001001010100011111011010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC9FC; }

 p { color: rgb(206,201,252); }

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

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

 a { background-color: rgb(206,201,252); }

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

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

 span { border-color: rgb(206,201,252); }

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