#CEBDFE

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

Shades of Lavender Blue #CEBDFE

Tints of Lavender Blue #CEBDFE

Color information

#CEBDFE (or 0xCEBDFE) is unknown color: approx Lavender Blue. HEX triplet: CE, BD and FE. RGB value is (206,189,254). Sum of RGB (Red+Green+Blue) = 206+189+254=649 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.74% from 649); Green value is 189 (74.22% from 255 or 29.12% from 649); Blue value is 254 (99.61% from 255 or 39.14% from 649); Max value from RGB is 254 - color contains mainly: blue. Hex color #CEBDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEBDFE is #314201. Grayscale: #C9C9C9. Windows color (decimal): -3228162 or 16694734. OLE color: 16694734.

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

Color convert

RGB206189254-
CMYK0.190.2600.00
HSL255.69º97.01%86.86%-
HSV(B)255.69º25.59%99.61%-
XYZ61.5456.67101.46-
YUV201.49157.63131.21-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.74%
GREEN value IS 189 (74.22% from 255) = 29.12%
BLUE value IS 254 (99.61% from 255) = 39.14%
R=31.74%
G=29.12%
B=39.14%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2061892540.190.2600.00255.6997.0186.86
HexCEBDFE131A001006157
Octal316275376233200400141127
Binary11001110101111011111111010011110100010000000011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBDFE; }

 p { color: rgb(206,189,254); }

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

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

 a { background-color: rgb(206,189,254); }

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

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

 span { border-color: rgb(206,189,254); }

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