#CEBFFB

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

Shades of Lavender Blue #CEBFFB

Tints of Lavender Blue #CEBFFB

Color information

#CEBFFB (or 0xCEBFFB) is unknown color: approx Lavender Blue. HEX triplet: CE, BF and FB. RGB value is (206,191,251). Sum of RGB (Red+Green+Blue) = 206+191+251=648 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.79% from 648); Green value is 191 (75% from 255 or 29.48% from 648); Blue value is 251 (98.44% from 255 or 38.73% from 648); Max value from RGB is 251 - color contains mainly: blue. Hex color #CEBFFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEBFFB is #314004. Grayscale: #CACACA. Windows color (decimal): -3227653 or 16498638. OLE color: 16498638.

HSL color Cylindrical-coordinate representation of color #CEBFFB: hue angle of 255º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CEBFFB is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB206191251-
CMYK0.180.2400.02
HSL255º88.24%86.67%-
HSV(B)255º23.9%98.43%-
XYZ61.557.3599.09-
YUV202.32155.47130.62-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.79%
GREEN value IS 191 (75% from 255) = 29.48%
BLUE value IS 251 (98.44% from 255) = 38.73%
R=31.79%
G=29.48%
B=38.73%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2061912510.180.2400.0225588.2486.67
HexCEBFFB121802ff5857
Octal316277373223002377130127
Binary11001110101111111111101110010110000101111111110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBFFB; }

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

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

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

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

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

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

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

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