#CEBBFF

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

Shades of Lavender Blue #CEBBFF

Tints of Lavender Blue #CEBBFF

Color information

#CEBBFF (or 0xCEBBFF) is unknown color: approx Lavender Blue. HEX triplet: CE, BB and FF. RGB value is (206,187,255). Sum of RGB (Red+Green+Blue) = 206+187+255=648 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.79% from 648); Green value is 187 (73.44% from 255 or 28.86% from 648); Blue value is 255 (100% from 255 or 39.35% from 648); Max value from RGB is 255 - color contains mainly: blue. Hex color #CEBBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEBBFF is #314400. Grayscale: #C8C8C8. Windows color (decimal): -3228673 or 16759758. OLE color: 16759758.

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

Color convert

RGB206187255-
CMYK0.190.2700
HSL256.76º100%86.67%-
HSV(B)256.76º26.67%100%-
XYZ61.2755.88102.16-
YUV200.43158.79131.97-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.79%
GREEN value IS 187 (73.44% from 255) = 28.86%
BLUE value IS 255 (100% from 255) = 39.35%
R=31.79%
G=28.86%
B=39.35%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2061872550.190.2700256.7610086.67
HexCEBBFF131B001016457
Octal316273377233300401144127
Binary11001110101110111111111110011110110010000000111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBBFF; }

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

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

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

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

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

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

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

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