#E6DDEA

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

Shades of Blue Chalk #E6DDEA

Tints of Blue Chalk #E6DDEA

Color information

#E6DDEA (or 0xE6DDEA) is unknown color: approx Blue Chalk. HEX triplet: E6, DD and EA. RGB value is (230,221,234). Sum of RGB (Red+Green+Blue) = 230+221+234=685 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.58% from 685); Green value is 221 (86.72% from 255 or 32.26% from 685); Blue value is 234 (91.80% from 255 or 34.16% from 685); Max value from RGB is 234 - color contains mainly: blue. Hex color #E6DDEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DDEA is #192215. Grayscale: #E1E1E1. Windows color (decimal): -1647126 or 15392230. OLE color: 15392230.

HSL color Cylindrical-coordinate representation of color #E6DDEA: hue angle of 281.54º degrees, saturation: 0.24, 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 #E6DDEA is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB230221234-
CMYK0.020.0600.08
HSL281.54º23.64%89.22%-
HSV(B)281.54º5.56%91.76%-
XYZ73.3474.4888.35-
YUV225.17132.98131.44-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.58%
GREEN value IS 221 (86.72% from 255) = 32.26%
BLUE value IS 234 (91.80% from 255) = 34.16%
R=33.58%
G=32.26%
B=34.16%

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
Decimal2302212340.020.0600.08281.5423.6489.22
HexE6DDEA260811a1859
Octal3463353522601043230131
Binary1110011011011101111010101011001000100011010110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DDEA; }

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

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

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

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

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

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

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

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