#CEC9FF

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

Shades of Lavender Blue #CEC9FF

Tints of Lavender Blue #CEC9FF

Color information

#CEC9FF (or 0xCEC9FF) is unknown color: approx Lavender Blue. HEX triplet: CE, C9 and FF. RGB value is (206,201,255). Sum of RGB (Red+Green+Blue) = 206+201+255=662 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.12% from 662); Green value is 201 (78.91% from 255 or 30.36% from 662); Blue value is 255 (100% from 255 or 38.52% from 662); Max value from RGB is 255 - color contains mainly: blue. Hex color #CEC9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC9FF is #313600. Grayscale: #D0D0D0. Windows color (decimal): -3225089 or 16763342. OLE color: 16763342.

HSL color Cylindrical-coordinate representation of color #CEC9FF: hue angle of 245.56º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CEC9FF is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB206201255-
CMYK0.190.2100
HSL245.56º100%89.41%-
HSV(B)245.56º21.18%100%-
XYZ64.3962.12103.2-
YUV208.65154.16126.11-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.12%
GREEN value IS 201 (78.91% from 255) = 30.36%
BLUE value IS 255 (100% from 255) = 38.52%
R=31.12%
G=30.36%
B=38.52%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2062012550.190.2100245.5610089.41
HexCEC9FF131500f66459
Octal316311377232500366144131
Binary1100111011001001111111111001110101001111011011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC9FF; }

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

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

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

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

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

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

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

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