#CECBFF

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

Shades of Lavender Blue #CECBFF

Tints of Lavender Blue #CECBFF

Color information

#CECBFF (or 0xCECBFF) is unknown color: approx Lavender Blue. HEX triplet: CE, CB and FF. RGB value is (206,203,255). Sum of RGB (Red+Green+Blue) = 206+203+255=664 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.02% from 664); Green value is 203 (79.69% from 255 or 30.57% from 664); Blue value is 255 (100% from 255 or 38.40% from 664); Max value from RGB is 255 - color contains mainly: blue. Hex color #CECBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECBFF is #313400. Grayscale: #D1D1D1. Windows color (decimal): -3224577 or 16763854. OLE color: 16763854.

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

Color convert

RGB206203255-
CMYK0.190.2000
HSL243.46º100%89.8%-
HSV(B)243.46º20.39%100%-
XYZ64.8663.05103.36-
YUV209.82153.49125.27-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.02%
GREEN value IS 203 (79.69% from 255) = 30.57%
BLUE value IS 255 (100% from 255) = 38.40%
R=31.02%
G=30.57%
B=38.40%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2062032550.190.2000243.4610089.8
HexCECBFF131400f3645a
Octal316313377232400363144132
Binary1100111011001011111111111001110100001111001111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECBFF; }

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

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

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

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

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

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

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

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