Html Css Color HEX #E8DCF0 Blue Chalk

📋 copy color: '#E8DCF0'

red 232 ◦ green 220 ◦ blue 240

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

Shades of Blue Chalk #E8DCF0

Tints of Blue Chalk #E8DCF0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 31.79%

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

R = 33.53%
G = 31.79%
B = 34.68%

CMYK

 C value IS 0.03

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E8DCF0 (or 0xE8DCF0) is known color: Blue Chalk. HEX triplet: E8, DC and F0. RGB value is (232,220,240). Sum of RGB (Red+Green+Blue) = 232+220+240=692 (91% of max value = 765). Red value is 232 (91.02% from 255 or 33.53% from 692); Green value is 220 (86.33% from 255 or 31.79% from 692); Blue value is 240 (94.14% from 255 or 34.68% from 692); Max value from RGB is 240 - color contains mainly: blue. Hex color #E8DCF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8DCF0 is #17230F. Grayscale: #E1E1E1. Windows color (decimal): -1516304 or 15785192. OLE color: 15785192.

HSL color Cylindrical-coordinate representation of color #E8DCF0: hue angle of 276º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E8DCF0 is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 232 220 240 -
CMYK 0.03 0.08 0 0.06
HSL 276º 0.4% 0.9% -
HSV(B) 276º 0.08% 0.94% -
XYZ 74.6 74.63 92.91 -
YUV 225.87 135.98 132.37 -
System Red Green Blue C M Y K H S L
Decimal 232 220 240 0.03 0.08 0 0.06 276 0.4 0.9
Hex E8 DC F0 3 8 0 6 114 28 5A
Octal 350 334 360 3 10 0 6 424 50 132
Binary 11101000 11011100 11110000 11 1000 0 110 100010100 101000 1011010

Color Harmonies of #E8DCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8DCF0

Black with #E8DCF0

Text Example


Text Example

White with #E8DCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8DCF0; }

 p { color: rgb(232,220,240); }

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

background-color css

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

 a { background-color: rgb(232,220,240); }

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

border-color css

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

 span { border-color: rgb(232,220,240); }

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