Html Css Color HEX #E0D2E6 Blue Chalk

📋 copy color: '#E0D2E6'

red 224 ◦ green 210 ◦ blue 230

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

Shades of Blue Chalk #E0D2E6

Tints of Blue Chalk #E0D2E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 34.64%

R = 33.73%
G = 31.63%
B = 34.64%

CMYK

 C value IS 0.03

 M value IS 0.09

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E0D2E6 (or 0xE0D2E6) is known color: Blue Chalk. HEX triplet: E0, D2 and E6. RGB value is (224,210,230). Sum of RGB (Red+Green+Blue) = 224+210+230=664 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.73% from 664); Green value is 210 (82.42% from 255 or 31.63% from 664); Blue value is 230 (90.23% from 255 or 34.64% from 664); Max value from RGB is 230 - color contains mainly: blue. Hex color #E0D2E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0D2E6 is #1F2D19. Grayscale: #D8D8D8. Windows color (decimal): -2043162 or 15127264. OLE color: 15127264.

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

Color convert

RGB 224 210 230 -
CMYK 0.03 0.09 0 0.10
HSL 282º 0.29% 0.86% -
HSV(B) 282º 0.09% 0.9% -
XYZ 68.07 67.65 84.33 -
YUV 216.47 135.64 133.37 -
System Red Green Blue C M Y K H S L
Decimal 224 210 230 0.03 0.09 0 0.10 282 0.29 0.86
Hex E0 D2 E6 3 9 0 A 11A 1D 56
Octal 340 322 346 3 11 0 12 432 35 126
Binary 11100000 11010010 11100110 11 1001 0 1010 100011010 11101 1010110

Color Harmonies of #E0D2E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D2E6

Black with #E0D2E6

Text Example


Text Example

White with #E0D2E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D2E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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