Html Css Color HEX #E2D0ED Blue Chalk

📋 copy color: '#E2D0ED'

red 226 ◦ green 208 ◦ blue 237

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

Shades of Blue Chalk #E2D0ED

Tints of Blue Chalk #E2D0ED

RGB

 RED value IS 226 (88.67% from 255) = 33.68%

 GREEN value IS 208 (81.64% from 255) = 31%

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

R = 33.68%
G = 31%
B = 35.32%

CMYK

 C value IS 0.05

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E2D0ED (or 0xE2D0ED) is known color: Blue Chalk. HEX triplet: E2, D0 and ED. RGB value is (226,208,237). Sum of RGB (Red+Green+Blue) = 226+208+237=671 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.68% from 671); Green value is 208 (81.64% from 255 or 31.00% from 671); Blue value is 237 (92.97% from 255 or 35.32% from 671); Max value from RGB is 237 - color contains mainly: blue. Hex color #E2D0ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2D0ED is #1D2F12. Grayscale: #D8D8D8. Windows color (decimal): -1912595 or 15585506. OLE color: 15585506.

HSL color Cylindrical-coordinate representation of color #E2D0ED: hue angle of 277.24º degrees, saturation: 0.45, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E2D0ED is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 226 208 237 -
CMYK 0.05 0.12 0 0.07
HSL 277.24º 0.45% 0.87% -
HSV(B) 277.24º 0.12% 0.93% -
XYZ 69.21 67.39 89.48 -
YUV 216.69 139.46 134.64 -
System Red Green Blue C M Y K H S L
Decimal 226 208 237 0.05 0.12 0 0.07 277.24 0.45 0.87
Hex E2 D0 ED 5 C 0 7 115 2D 57
Octal 342 320 355 5 14 0 7 425 55 127
Binary 11100010 11010000 11101101 101 1100 0 111 100010101 101101 1010111

Color Harmonies of #E2D0ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D0ED

Black with #E2D0ED

Text Example


Text Example

White with #E2D0ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D0ED; }

 p { color: rgb(226,208,237); }

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

background-color css

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

 a { background-color: rgb(226,208,237); }

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

border-color css

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

 span { border-color: rgb(226,208,237); }

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