Html Css Color HEX #E8D5F3 Blue Chalk

📋 copy color: '#E8D5F3'

red 232 ◦ green 213 ◦ blue 243

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

Shades of Blue Chalk #E8D5F3

Tints of Blue Chalk #E8D5F3

RGB

 RED value IS 232 (91.02% from 255) = 33.72%

 GREEN value IS 213 (83.59% from 255) = 30.96%

 BLUE value IS 243 (95.31% from 255) = 35.32%

R = 33.72%
G = 30.96%
B = 35.32%

CMYK

 C value IS 0.05

 M value IS 0.12

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E8D5F3 (or 0xE8D5F3) is known color: Blue Chalk. HEX triplet: E8, D5 and F3. RGB value is (232,213,243). Sum of RGB (Red+Green+Blue) = 232+213+243=688 (91% of max value = 765). Red value is 232 (91.02% from 255 or 33.72% from 688); Green value is 213 (83.59% from 255 or 30.96% from 688); Blue value is 243 (95.31% from 255 or 35.32% from 688); Max value from RGB is 243 - color contains mainly: blue. Hex color #E8D5F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8D5F3 is #172A0C. Grayscale: #DDDDDD. Windows color (decimal): -1518093 or 15980008. OLE color: 15980008.

HSL color Cylindrical-coordinate representation of color #E8D5F3: hue angle of 278º degrees, saturation: 0.56, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E8D5F3 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 232 213 243 -
CMYK 0.05 0.12 0 0.05
HSL 278º 0.56% 0.89% -
HSV(B) 278º 0.12% 0.95% -
XYZ 73.25 71.22 94.68 -
YUV 222.1 139.79 135.06 -
System Red Green Blue C M Y K H S L
Decimal 232 213 243 0.05 0.12 0 0.05 278 0.56 0.89
Hex E8 D5 F3 5 C 0 5 116 38 59
Octal 350 325 363 5 14 0 5 426 70 131
Binary 11101000 11010101 11110011 101 1100 0 101 100010110 111000 1011001

Color Harmonies of #E8D5F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D5F3

Black with #E8D5F3

Text Example


Text Example

White with #E8D5F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D5F3; }

 p { color: rgb(232,213,243); }

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

background-color css

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

 a { background-color: rgb(232,213,243); }

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

border-color css

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

 span { border-color: rgb(232,213,243); }

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