Html Css Color HEX #E7D8F2 Blue Chalk

📋 copy color: '#E7D8F2'

red 231 ◦ green 216 ◦ blue 242

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

Shades of Blue Chalk #E7D8F2

Tints of Blue Chalk #E7D8F2

RGB

 RED value IS 231 (90.63% from 255) = 33.53%

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

 BLUE value IS 242 (94.92% from 255) = 35.12%

R = 33.53%
G = 31.35%
B = 35.12%

CMYK

 C value IS 0.05

 M value IS 0.11

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E7D8F2 (or 0xE7D8F2) is known color: Blue Chalk. HEX triplet: E7, D8 and F2. RGB value is (231,216,242). Sum of RGB (Red+Green+Blue) = 231+216+242=689 (91% of max value = 765). Red value is 231 (90.62% from 255 or 33.53% from 689); Green value is 216 (84.77% from 255 or 31.35% from 689); Blue value is 242 (94.92% from 255 or 35.12% from 689); Max value from RGB is 242 - color contains mainly: blue. Hex color #E7D8F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7D8F2 is #18270D. Grayscale: #DFDFDF. Windows color (decimal): -1582862 or 15915239. OLE color: 15915239.

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

Color convert

RGB 231 216 242 -
CMYK 0.05 0.11 0 0.05
HSL 274.62º 0.5% 0.9% -
HSV(B) 274.62º 0.11% 0.95% -
XYZ 73.54 72.51 94.12 -
YUV 223.45 138.47 133.39 -
System Red Green Blue C M Y K H S L
Decimal 231 216 242 0.05 0.11 0 0.05 274.62 0.5 0.9
Hex E7 D8 F2 5 B 0 5 113 32 5A
Octal 347 330 362 5 13 0 5 423 62 132
Binary 11100111 11011000 11110010 101 1011 0 101 100010011 110010 1011010

Color Harmonies of #E7D8F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D8F2

Black with #E7D8F2

Text Example


Text Example

White with #E7D8F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D8F2; }

 p { color: rgb(231,216,242); }

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

background-color css

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

 a { background-color: rgb(231,216,242); }

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

border-color css

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

 span { border-color: rgb(231,216,242); }

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