#E6DBEE

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

Shades of Blue Chalk #E6DBEE

Tints of Blue Chalk #E6DBEE

Color information

#E6DBEE (or 0xE6DBEE) is unknown color: approx Blue Chalk. HEX triplet: E6, DB and EE. RGB value is (230,219,238). Sum of RGB (Red+Green+Blue) = 230+219+238=687 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.48% from 687); Green value is 219 (85.94% from 255 or 31.88% from 687); Blue value is 238 (93.36% from 255 or 34.64% from 687); Max value from RGB is 238 - color contains mainly: blue. Hex color #E6DBEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DBEE is #192411. Grayscale: #E0E0E0. Windows color (decimal): -1647634 or 15653862. OLE color: 15653862.

HSL color Cylindrical-coordinate representation of color #E6DBEE: hue angle of 274.74º 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 #E6DBEE is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB230219238-
CMYK0.030.0800.07
HSL274.74º35.85%89.61%-
HSV(B)274.74º7.98%93.33%-
XYZ73.473.6691.24-
YUV224.46135.64131.96-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.48%
GREEN value IS 219 (85.94% from 255) = 31.88%
BLUE value IS 238 (93.36% from 255) = 34.64%
R=33.48%
G=31.88%
B=34.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2302192380.030.0800.07274.7435.8589.61
HexE6DBEE3807113245a
Octal3463333563100742344132
Binary11100110110110111110111011100001111000100111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DBEE; }

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

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

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

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

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

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

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

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