Html Css Color HEX #E0D2E4 Blue Chalk

📋 copy color: '#E0D2E4'

red 224 ◦ green 210 ◦ blue 228

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

Shades of Blue Chalk #E0D2E4

Tints of Blue Chalk #E0D2E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 34.44%

R = 33.84%
G = 31.72%
B = 34.44%

CMYK

 C value IS 0.02

 M value IS 0.08

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#E0D2E4 (or 0xE0D2E4) is known color: Blue Chalk. HEX triplet: E0, D2 and E4. RGB value is (224,210,228). Sum of RGB (Red+Green+Blue) = 224+210+228=662 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.84% from 662); Green value is 210 (82.42% from 255 or 31.72% from 662); Blue value is 228 (89.45% from 255 or 34.44% from 662); Max value from RGB is 228 - color contains mainly: blue. Hex color #E0D2E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0D2E4 is #1F2D1B. Grayscale: #D8D8D8. Windows color (decimal): -2043164 or 14996192. OLE color: 14996192.

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

Color convert

RGB 224 210 228 -
CMYK 0.02 0.08 0 0.11
HSL 286.67º 0.25% 0.86% -
HSV(B) 286.67º 0.08% 0.89% -
XYZ 67.79 67.54 82.86 -
YUV 216.24 134.64 133.54 -
System Red Green Blue C M Y K H S L
Decimal 224 210 228 0.02 0.08 0 0.11 286.67 0.25 0.86
Hex E0 D2 E4 2 8 0 B 11F 19 56
Octal 340 322 344 2 10 0 13 437 31 126
Binary 11100000 11010010 11100100 10 1000 0 1011 100011111 11001 1010110

Color Harmonies of #E0D2E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D2E4

Black with #E0D2E4

Text Example


Text Example

White with #E0D2E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D2E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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