Html Css Color HEX #E0D2E5 Blue Chalk

📋 copy color: '#E0D2E5'

red 224 ◦ green 210 ◦ blue 229

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

Shades of Blue Chalk #E0D2E5

Tints of Blue Chalk #E0D2E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 34.54%

R = 33.79%
G = 31.67%
B = 34.54%

CMYK

 C value IS 0.02

 M value IS 0.08

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E0D2E5 (or 0xE0D2E5) is known color: Blue Chalk. HEX triplet: E0, D2 and E5. RGB value is (224,210,229). Sum of RGB (Red+Green+Blue) = 224+210+229=663 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.79% from 663); Green value is 210 (82.42% from 255 or 31.67% from 663); Blue value is 229 (89.84% from 255 or 34.54% from 663); Max value from RGB is 229 - color contains mainly: blue. Hex color #E0D2E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0D2E5 is #1F2D1A. Grayscale: #D8D8D8. Windows color (decimal): -2043163 or 15061728. OLE color: 15061728.

HSL color Cylindrical-coordinate representation of color #E0D2E5: hue angle of 284.21º degrees, saturation: 0.27, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E0D2E5 is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 224 210 229 -
CMYK 0.02 0.08 0 0.10
HSL 284.21º 0.27% 0.86% -
HSV(B) 284.21º 0.08% 0.9% -
XYZ 67.93 67.6 83.6 -
YUV 216.35 135.14 133.46 -
System Red Green Blue C M Y K H S L
Decimal 224 210 229 0.02 0.08 0 0.10 284.21 0.27 0.86
Hex E0 D2 E5 2 8 0 A 11C 1B 56
Octal 340 322 345 2 10 0 12 434 33 126
Binary 11100000 11010010 11100101 10 1000 0 1010 100011100 11011 1010110

Color Harmonies of #E0D2E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D2E5

Black with #E0D2E5

Text Example


Text Example

White with #E0D2E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D2E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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