#CEBDFF

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

Shades of Lavender Blue #CEBDFF

Tints of Lavender Blue #CEBDFF

Color information

#CEBDFF (or 0xCEBDFF) is unknown color: approx Lavender Blue. HEX triplet: CE, BD and FF. RGB value is (206,189,255). Sum of RGB (Red+Green+Blue) = 206+189+255=650 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.69% from 650); Green value is 189 (74.22% from 255 or 29.08% from 650); Blue value is 255 (100% from 255 or 39.23% from 650); Max value from RGB is 255 - color contains mainly: blue. Hex color #CEBDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEBDFF is #314200. Grayscale: #C9C9C9. Windows color (decimal): -3228161 or 16760270. OLE color: 16760270.

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

Color convert

RGB206189255-
CMYK0.190.2600
HSL255.45º100%87.06%-
HSV(B)255.45º25.88%100%-
XYZ61.756.74102.31-
YUV201.61158.13131.13-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.69%
GREEN value IS 189 (74.22% from 255) = 29.08%
BLUE value IS 255 (100% from 255) = 39.23%
R=31.69%
G=29.08%
B=39.23%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2061892550.190.2600255.4510087.06
HexCEBDFF131A00ff6457
Octal316275377233200377144127
Binary1100111010111101111111111001111010001111111111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBDFF; }

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

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

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

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

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

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

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

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