Html Css Color HEX #E5D6F8 Blue Chalk

📋 copy color: '#E5D6F8'

red 229 ◦ green 214 ◦ blue 248

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

Shades of Blue Chalk #E5D6F8

Tints of Blue Chalk #E5D6F8

RGB

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

 GREEN value IS 214 (83.98% from 255) = 30.97%

 BLUE value IS 248 (97.27% from 255) = 35.89%

R = 33.14%
G = 30.97%
B = 35.89%

CMYK

 C value IS 0.08

 M value IS 0.14

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#E5D6F8 (or 0xE5D6F8) is known color: Blue Chalk. HEX triplet: E5, D6 and F8. RGB value is (229,214,248). Sum of RGB (Red+Green+Blue) = 229+214+248=691 (91% of max value = 765). Red value is 229 (89.84% from 255 or 33.14% from 691); Green value is 214 (83.98% from 255 or 30.97% from 691); Blue value is 248 (97.27% from 255 or 35.89% from 691); Max value from RGB is 248 - color contains mainly: blue. Hex color #E5D6F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5D6F8 is #1A2907. Grayscale: #DEDEDE. Windows color (decimal): -1714440 or 16307941. OLE color: 16307941.

HSL color Cylindrical-coordinate representation of color #E5D6F8: hue angle of 266.47º degrees, saturation: 0.71, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E5D6F8 is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 229 214 248 -
CMYK 0.08 0.14 0 0.03
HSL 266.47º 0.71% 0.91% -
HSV(B) 266.47º 0.14% 0.97% -
XYZ 73.3 71.53 98.75 -
YUV 222.36 142.47 132.74 -
System Red Green Blue C M Y K H S L
Decimal 229 214 248 0.08 0.14 0 0.03 266.47 0.71 0.91
Hex E5 D6 F8 8 E 0 3 10A 47 5B
Octal 345 326 370 10 16 0 3 412 107 133
Binary 11100101 11010110 11111000 1000 1110 0 11 100001010 1000111 1011011

Color Harmonies of #E5D6F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D6F8

Black with #E5D6F8

Text Example


Text Example

White with #E5D6F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D6F8; }

 p { color: rgb(229,214,248); }

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

background-color css

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

 a { background-color: rgb(229,214,248); }

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

border-color css

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

 span { border-color: rgb(229,214,248); }

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