Html Css Color HEX #E7D3F1 Blue Chalk

📋 copy color: '#E7D3F1'

red 231 ◦ green 211 ◦ blue 241

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

Shades of Blue Chalk #E7D3F1

Tints of Blue Chalk #E7D3F1

RGB

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

 GREEN value IS 211 (82.81% from 255) = 30.89%

 BLUE value IS 241 (94.53% from 255) = 35.29%

R = 33.82%
G = 30.89%
B = 35.29%

CMYK

 C value IS 0.04

 M value IS 0.12

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E7D3F1 (or 0xE7D3F1) is known color: Blue Chalk. HEX triplet: E7, D3 and F1. RGB value is (231,211,241). Sum of RGB (Red+Green+Blue) = 231+211+241=683 (90% of max value = 765). Red value is 231 (90.62% from 255 or 33.82% from 683); Green value is 211 (82.81% from 255 or 30.89% from 683); Blue value is 241 (94.53% from 255 or 35.29% from 683); Max value from RGB is 241 - color contains mainly: blue. Hex color #E7D3F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7D3F1 is #182C0E. Grayscale: #DCDCDC. Windows color (decimal): -1584143 or 15848423. OLE color: 15848423.

HSL color Cylindrical-coordinate representation of color #E7D3F1: hue angle of 280º degrees, saturation: 0.52, 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 #E7D3F1 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 231 211 241 -
CMYK 0.04 0.12 0 0.05
HSL 280º 0.52% 0.89% -
HSV(B) 280º 0.12% 0.95% -
XYZ 72.13 69.93 92.92 -
YUV 220.4 139.63 135.56 -
System Red Green Blue C M Y K H S L
Decimal 231 211 241 0.04 0.12 0 0.05 280 0.52 0.89
Hex E7 D3 F1 4 C 0 5 118 34 59
Octal 347 323 361 4 14 0 5 430 64 131
Binary 11100111 11010011 11110001 100 1100 0 101 100011000 110100 1011001

Color Harmonies of #E7D3F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D3F1

Black with #E7D3F1

Text Example


Text Example

White with #E7D3F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D3F1; }

 p { color: rgb(231,211,241); }

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

background-color css

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

 a { background-color: rgb(231,211,241); }

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

border-color css

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

 span { border-color: rgb(231,211,241); }

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