#CEBFFE

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

Shades of Lavender Blue #CEBFFE

Tints of Lavender Blue #CEBFFE

Color information

#CEBFFE (or 0xCEBFFE) is unknown color: approx Lavender Blue. HEX triplet: CE, BF and FE. RGB value is (206,191,254). Sum of RGB (Red+Green+Blue) = 206+191+254=651 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.64% from 651); Green value is 191 (75% from 255 or 29.34% from 651); Blue value is 254 (99.61% from 255 or 39.02% from 651); Max value from RGB is 254 - color contains mainly: blue. Hex color #CEBFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEBFFE is #314001. Grayscale: #CACACA. Windows color (decimal): -3227650 or 16695246. OLE color: 16695246.

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

Color convert

RGB206191254-
CMYK0.190.2500.00
HSL254.29º96.92%87.25%-
HSV(B)254.29º24.8%99.61%-
XYZ61.9757.54101.61-
YUV202.67156.97130.38-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.64%
GREEN value IS 191 (75% from 255) = 29.34%
BLUE value IS 254 (99.61% from 255) = 39.02%
R=31.64%
G=29.34%
B=39.02%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2061912540.190.2500.00254.2996.9287.25
HexCEBFFE131900fe6157
Octal316277376233100376141127
Binary1100111010111111111111101001111001001111111011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBFFE; }

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

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

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

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

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

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

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

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