#E6DBED

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

Shades of Blue Chalk #E6DBED

Tints of Blue Chalk #E6DBED

Color information

#E6DBED (or 0xE6DBED) is unknown color: approx Blue Chalk. HEX triplet: E6, DB and ED. RGB value is (230,219,237). Sum of RGB (Red+Green+Blue) = 230+219+237=686 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.53% from 686); Green value is 219 (85.94% from 255 or 31.92% from 686); Blue value is 237 (92.97% from 255 or 34.55% from 686); Max value from RGB is 237 - color contains mainly: blue. Hex color #E6DBED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DBED is #192412. Grayscale: #E0E0E0. Windows color (decimal): -1647635 or 15588326. OLE color: 15588326.

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

Color convert

RGB230219237-
CMYK0.030.0800.07
HSL276.67º33.33%89.41%-
HSV(B)276.67º7.59%92.94%-
XYZ73.2573.690.47-
YUV224.34135.14132.04-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.53%
GREEN value IS 219 (85.94% from 255) = 31.92%
BLUE value IS 237 (92.97% from 255) = 34.55%
R=33.53%
G=31.92%
B=34.55%

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
Decimal2302192370.030.0800.07276.6733.3389.41
HexE6DBED38071152159
Octal3463333553100742541131
Binary11100110110110111110110111100001111000101011000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DBED; }

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

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

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

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

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

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

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

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