Html Css Color HEX #E5D8F0 Blue Chalk

📋 copy color: '#E5D8F0'

red 229 ◦ green 216 ◦ blue 240

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

Shades of Blue Chalk #E5D8F0

Tints of Blue Chalk #E5D8F0

RGB

 RED value IS 229 (89.84% from 255) = 33.43%

 GREEN value IS 216 (84.77% from 255) = 31.53%

 BLUE value IS 240 (94.14% from 255) = 35.04%

R = 33.43%
G = 31.53%
B = 35.04%

CMYK

 C value IS 0.05

 M value IS 0.1

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E5D8F0 (or 0xE5D8F0) is known color: Blue Chalk. HEX triplet: E5, D8 and F0. RGB value is (229,216,240). Sum of RGB (Red+Green+Blue) = 229+216+240=685 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.43% from 685); Green value is 216 (84.77% from 255 or 31.53% from 685); Blue value is 240 (94.14% from 255 or 35.04% from 685); Max value from RGB is 240 - color contains mainly: blue. Hex color #E5D8F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5D8F0 is #1A270F. Grayscale: #DEDEDE. Windows color (decimal): -1713936 or 15784165. OLE color: 15784165.

HSL color Cylindrical-coordinate representation of color #E5D8F0: hue angle of 272.5º degrees, saturation: 0.44, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E5D8F0 is Cyan = 0.05, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 229 216 240 -
CMYK 0.05 0.1 0 0.06
HSL 272.5º 0.44% 0.89% -
HSV(B) 272.5º 0.1% 0.94% -
XYZ 72.6 72.06 92.52 -
YUV 222.62 137.81 132.55 -
System Red Green Blue C M Y K H S L
Decimal 229 216 240 0.05 0.1 0 0.06 272.5 0.44 0.89
Hex E5 D8 F0 5 A 0 6 110 2C 59
Octal 345 330 360 5 12 0 6 420 54 131
Binary 11100101 11011000 11110000 101 1010 0 110 100010000 101100 1011001

Color Harmonies of #E5D8F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D8F0

Black with #E5D8F0

Text Example


Text Example

White with #E5D8F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D8F0; }

 p { color: rgb(229,216,240); }

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

background-color css

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

 a { background-color: rgb(229,216,240); }

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

border-color css

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

 span { border-color: rgb(229,216,240); }

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