#E9DBEE

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

Shades of Blue Chalk #E9DBEE

Tints of Blue Chalk #E9DBEE

Color information

#E9DBEE (or 0xE9DBEE) is unknown color: approx Blue Chalk. HEX triplet: E9, DB and EE. RGB value is (233,219,238). Sum of RGB (Red+Green+Blue) = 233+219+238=690 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.77% from 690); Green value is 219 (85.94% from 255 or 31.74% from 690); Blue value is 238 (93.36% from 255 or 34.49% from 690); Max value from RGB is 238 - color contains mainly: blue. Hex color #E9DBEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9DBEE is #162411. Grayscale: #E1E1E1. Windows color (decimal): -1451026 or 15653865. OLE color: 15653865.

HSL color Cylindrical-coordinate representation of color #E9DBEE: hue angle of 284.21º degrees, saturation: 0.36, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E9DBEE is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB233219238-
CMYK0.020.0800.07
HSL284.21º35.85%89.61%-
HSV(B)284.21º7.98%93.33%-
XYZ74.3774.1691.28-
YUV225.35135.14133.46-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 33.77%
GREEN value IS 219 (85.94% from 255) = 31.74%
BLUE value IS 238 (93.36% from 255) = 34.49%
R=33.77%
G=31.74%
B=34.49%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2332192380.020.0800.07284.2135.8589.61
HexE9DBEE280711c245a
Octal3513333562100743444132
Binary11101001110110111110111010100001111000111001001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DBEE; }

 p { color: rgb(233,219,238); }

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

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

 a { background-color: rgb(233,219,238); }

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

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

 span { border-color: rgb(233,219,238); }

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