#E6DDEB

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

Shades of Blue Chalk #E6DDEB

Tints of Blue Chalk #E6DDEB

Color information

#E6DDEB (or 0xE6DDEB) is unknown color: approx Blue Chalk. HEX triplet: E6, DD and EB. RGB value is (230,221,235). Sum of RGB (Red+Green+Blue) = 230+221+235=686 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.53% from 686); Green value is 221 (86.72% from 255 or 32.22% from 686); Blue value is 235 (92.19% from 255 or 34.26% from 686); Max value from RGB is 235 - color contains mainly: blue. Hex color #E6DDEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DDEB is #192214. Grayscale: #E1E1E1. Windows color (decimal): -1647125 or 15457766. OLE color: 15457766.

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

Color convert

RGB230221235-
CMYK0.020.0600.08
HSL278.57º25.93%89.41%-
HSV(B)278.57º5.96%92.16%-
XYZ73.4874.5389.11-
YUV225.29133.48131.36-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.53%
GREEN value IS 221 (86.72% from 255) = 32.22%
BLUE value IS 235 (92.19% from 255) = 34.26%
R=33.53%
G=32.22%
B=34.26%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2302212350.020.0600.08278.5725.9389.41
HexE6DDEB26081171a59
Octal3463353532601042732131
Binary1110011011011101111010111011001000100010111110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DDEB; }

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

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

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

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

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

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

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

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