#CEBFFF

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

Shades of Lavender Blue #CEBFFF

Tints of Lavender Blue #CEBFFF

Color information

#CEBFFF (or 0xCEBFFF) is unknown color: approx Lavender Blue. HEX triplet: CE, BF and FF. RGB value is (206,191,255). Sum of RGB (Red+Green+Blue) = 206+191+255=652 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.60% from 652); Green value is 191 (75% from 255 or 29.29% from 652); Blue value is 255 (100% from 255 or 39.11% from 652); Max value from RGB is 255 - color contains mainly: blue. Hex color #CEBFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEBFFF is #314000. Grayscale: #CACACA. Windows color (decimal): -3227649 or 16760782. OLE color: 16760782.

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

Color convert

RGB206191255-
CMYK0.190.2500
HSL254.06º100%87.45%-
HSV(B)254.06º25.1%100%-
XYZ62.1357.6102.45-
YUV202.78157.47130.3-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.60%
GREEN value IS 191 (75% from 255) = 29.29%
BLUE value IS 255 (100% from 255) = 39.11%
R=31.60%
G=29.29%
B=39.11%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2061912550.190.2500254.0610087.45
HexCEBFFF131900fe6457
Octal316277377233100376144127
Binary1100111010111111111111111001111001001111111011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBFFF; }

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

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

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

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

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

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

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

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