Html Css Color HEX #E0D2ED Blue Chalk

📋 copy color: '#E0D2ED'

red 224 ◦ green 210 ◦ blue 237

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

Shades of Blue Chalk #E0D2ED

Tints of Blue Chalk #E0D2ED

RGB

 RED value IS 224 (87.89% from 255) = 33.38%

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

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

R = 33.38%
G = 31.3%
B = 35.32%

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

#E0D2ED (or 0xE0D2ED) is known color: Blue Chalk. HEX triplet: E0, D2 and ED. RGB value is (224,210,237). Sum of RGB (Red+Green+Blue) = 224+210+237=671 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.38% from 671); Green value is 210 (82.42% from 255 or 31.30% 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 #E0D2ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0D2ED is #1F2D12. Grayscale: #D9D9D9. Windows color (decimal): -2043155 or 15586016. OLE color: 15586016.

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

Color convert

RGB 224 210 237 -
CMYK 0.05 0.11 0 0.07
HSL 271.11º 0.43% 0.88% -
HSV(B) 271.11º 0.11% 0.93% -
XYZ 69.07 68.05 89.62 -
YUV 217.26 139.14 132.8 -
System Red Green Blue C M Y K H S L
Decimal 224 210 237 0.05 0.11 0 0.07 271.11 0.43 0.88
Hex E0 D2 ED 5 B 0 7 10F 2B 58
Octal 340 322 355 5 13 0 7 417 53 130
Binary 11100000 11010010 11101101 101 1011 0 111 100001111 101011 1011000

Color Harmonies of #E0D2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D2ED

Black with #E0D2ED

Text Example


Text Example

White with #E0D2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D2ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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