#E6DBEB

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

Shades of Blue Chalk #E6DBEB

Tints of Blue Chalk #E6DBEB

Color information

#E6DBEB (or 0xE6DBEB) is unknown color: approx Blue Chalk. HEX triplet: E6, DB and EB. RGB value is (230,219,235). Sum of RGB (Red+Green+Blue) = 230+219+235=684 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.63% from 684); Green value is 219 (85.94% from 255 or 32.02% from 684); Blue value is 235 (92.19% from 255 or 34.36% from 684); Max value from RGB is 235 - color contains mainly: blue. Hex color #E6DBEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DBEB is #192414. Grayscale: #E0E0E0. Windows color (decimal): -1647637 or 15457254. OLE color: 15457254.

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

Color convert

RGB230219235-
CMYK0.020.0700.08
HSL281.25º28.57%89.02%-
HSV(B)281.25º6.81%92.16%-
XYZ72.9673.4888.94-
YUV224.11134.14132.2-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.63%
GREEN value IS 219 (85.94% from 255) = 32.02%
BLUE value IS 235 (92.19% from 255) = 34.36%
R=33.63%
G=32.02%
B=34.36%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2302192350.020.0700.08281.2528.5789.02
HexE6DBEB27081191d59
Octal3463333532701043135131
Binary1110011011011011111010111011101000100011001111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DBEB; }

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

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

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

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

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

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

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

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