Html Css Color HEX #E1D0ED Blue Chalk

📋 copy color: '#E1D0ED'

red 225 ◦ green 208 ◦ blue 237

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

Shades of Blue Chalk #E1D0ED

Tints of Blue Chalk #E1D0ED

RGB

 RED value IS 225 (88.28% from 255) = 33.58%

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

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

R = 33.58%
G = 31.04%
B = 35.37%

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

#E1D0ED (or 0xE1D0ED) is known color: Blue Chalk. HEX triplet: E1, D0 and ED. RGB value is (225,208,237). Sum of RGB (Red+Green+Blue) = 225+208+237=670 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.58% from 670); Green value is 208 (81.64% from 255 or 31.04% from 670); Blue value is 237 (92.97% from 255 or 35.37% from 670); Max value from RGB is 237 - color contains mainly: blue. Hex color #E1D0ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1D0ED is #1E2F12. Grayscale: #D8D8D8. Windows color (decimal): -1978131 or 15585505. OLE color: 15585505.

HSL color Cylindrical-coordinate representation of color #E1D0ED: hue angle of 275.17º 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 #E1D0ED is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 225 208 237 -
CMYK 0.05 0.12 0 0.07
HSL 275.17º 0.45% 0.87% -
HSV(B) 275.17º 0.12% 0.93% -
XYZ 68.89 67.23 89.47 -
YUV 216.39 139.63 134.14 -
System Red Green Blue C M Y K H S L
Decimal 225 208 237 0.05 0.12 0 0.07 275.17 0.45 0.87
Hex E1 D0 ED 5 C 0 7 113 2D 57
Octal 341 320 355 5 14 0 7 423 55 127
Binary 11100001 11010000 11101101 101 1100 0 111 100010011 101101 1010111

Color Harmonies of #E1D0ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D0ED

Black with #E1D0ED

Text Example


Text Example

White with #E1D0ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D0ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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