Html Css Color HEX #E9DDED Blue Chalk

📋 copy color: '#E9DDED'

red 233 ◦ green 221 ◦ blue 237

#E9DDED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Chalk #E9DDED

Tints of Blue Chalk #E9DDED

RGB

 RED value IS 233 (91.41% from 255) = 33.72%

 GREEN value IS 221 (86.72% from 255) = 31.98%

 BLUE value IS 237 (92.97% from 255) = 34.3%

R = 33.72%
G = 31.98%
B = 34.3%

CMYK

 C value IS 0.02

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E9DDED (or 0xE9DDED) is known color: Blue Chalk. HEX triplet: E9, DD and ED. RGB value is (233,221,237). Sum of RGB (Red+Green+Blue) = 233+221+237=691 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.72% from 691); Green value is 221 (86.72% from 255 or 31.98% from 691); Blue value is 237 (92.97% from 255 or 34.30% from 691); Max value from RGB is 237 - color contains mainly: blue. Hex color #E9DDED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9DDED is #162212. Grayscale: #E2E2E2. Windows color (decimal): -1450515 or 15588841. OLE color: 15588841.

HSL color Cylindrical-coordinate representation of color #E9DDED: hue angle of 285º degrees, saturation: 0.31, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E9DDED is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 233 221 237 -
CMYK 0.02 0.07 0 0.07
HSL 285º 0.31% 0.9% -
HSV(B) 285º 0.07% 0.93% -
XYZ 74.75 75.15 90.69 -
YUV 226.41 133.98 132.7 -
System Red Green Blue C M Y K H S L
Decimal 233 221 237 0.02 0.07 0 0.07 285 0.31 0.9
Hex E9 DD ED 2 7 0 7 11D 1F 5A
Octal 351 335 355 2 7 0 7 435 37 132
Binary 11101001 11011101 11101101 10 111 0 111 100011101 11111 1011010

Color Harmonies of #E9DDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9DDED

Black with #E9DDED

Text Example


Text Example

White with #E9DDED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9DDED; }

 p { color: rgb(233,221,237); }

 H1.HeaderClassName
 {
   color: #E9DDED;
 }
 .AnyTagClassName
 {
   color: #E9DDED;
 }
</style>

background-color css

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

 a { background-color: rgb(233,221,237); }

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

border-color css

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

 span { border-color: rgb(233,221,237); }

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