Html Css Color HEX #E2D2ED Blue Chalk

📋 copy color: '#E2D2ED'

red 226 ◦ green 210 ◦ blue 237

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

Shades of Blue Chalk #E2D2ED

Tints of Blue Chalk #E2D2ED

RGB

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

 GREEN value IS 210 (82.42% from 255) = 31.2%

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

R = 33.58%
G = 31.2%
B = 35.22%

CMYK

 C value IS 0.05

 M value IS 0.11

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E2D2ED (or 0xE2D2ED) is known color: Blue Chalk. HEX triplet: E2, D2 and ED. RGB value is (226,210,237). Sum of RGB (Red+Green+Blue) = 226+210+237=673 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.58% from 673); Green value is 210 (82.42% from 255 or 31.20% from 673); Blue value is 237 (92.97% from 255 or 35.22% from 673); Max value from RGB is 237 - color contains mainly: blue. Hex color #E2D2ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2D2ED is #1D2D12. Grayscale: #D9D9D9. Windows color (decimal): -1912083 or 15586018. OLE color: 15586018.

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

Color convert

RGB 226 210 237 -
CMYK 0.05 0.11 0 0.07
HSL 275.56º 0.43% 0.88% -
HSV(B) 275.56º 0.11% 0.93% -
XYZ 69.7 68.38 89.65 -
YUV 217.86 138.8 133.8 -
System Red Green Blue C M Y K H S L
Decimal 226 210 237 0.05 0.11 0 0.07 275.56 0.43 0.88
Hex E2 D2 ED 5 B 0 7 114 2B 58
Octal 342 322 355 5 13 0 7 424 53 130
Binary 11100010 11010010 11101101 101 1011 0 111 100010100 101011 1011000

Color Harmonies of #E2D2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D2ED

Black with #E2D2ED

Text Example


Text Example

White with #E2D2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D2ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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