#CEC6FF

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

Shades of Lavender Blue #CEC6FF

Tints of Lavender Blue #CEC6FF

Color information

#CEC6FF (or 0xCEC6FF) is unknown color: approx Lavender Blue. HEX triplet: CE, C6 and FF. RGB value is (206,198,255). Sum of RGB (Red+Green+Blue) = 206+198+255=659 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.26% from 659); Green value is 198 (77.73% from 255 or 30.05% from 659); Blue value is 255 (100% from 255 or 38.69% from 659); Max value from RGB is 255 - color contains mainly: blue. Hex color #CEC6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC6FF is #313900. Grayscale: #CECECE. Windows color (decimal): -3225857 or 16762574. OLE color: 16762574.

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

Color convert

RGB206198255-
CMYK0.190.2200
HSL248.42º100%88.82%-
HSV(B)248.42º22.35%100%-
XYZ63.760.73102.97-
YUV206.89155.15127.37-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.26%
GREEN value IS 198 (77.73% from 255) = 30.05%
BLUE value IS 255 (100% from 255) = 38.69%
R=31.26%
G=30.05%
B=38.69%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2061982550.190.2200248.4210088.82
HexCEC6FF131600f86459
Octal316306377232600370144131
Binary1100111011000110111111111001110110001111100011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC6FF; }

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

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

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

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

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

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

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

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