Html Css Color HEX #E7DCF1 Blue Chalk

📋 copy color: '#E7DCF1'

red 231 ◦ green 220 ◦ blue 241

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

Shades of Blue Chalk #E7DCF1

Tints of Blue Chalk #E7DCF1

RGB

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

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

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

R = 33.38%
G = 31.79%
B = 34.83%

CMYK

 C value IS 0.04

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E7DCF1 (or 0xE7DCF1) is known color: Blue Chalk. HEX triplet: E7, DC and F1. RGB value is (231,220,241). Sum of RGB (Red+Green+Blue) = 231+220+241=692 (91% of max value = 765). Red value is 231 (90.62% from 255 or 33.38% from 692); Green value is 220 (86.33% from 255 or 31.79% from 692); Blue value is 241 (94.53% from 255 or 34.83% from 692); Max value from RGB is 241 - color contains mainly: blue. Hex color #E7DCF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7DCF1 is #18230E. Grayscale: #E1E1E1. Windows color (decimal): -1581839 or 15850727. OLE color: 15850727.

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

Color convert

RGB 231 220 241 -
CMYK 0.04 0.09 0 0.05
HSL 271.43º 0.43% 0.9% -
HSV(B) 271.43º 0.09% 0.95% -
XYZ 74.43 74.53 93.68 -
YUV 225.68 136.64 131.79 -
System Red Green Blue C M Y K H S L
Decimal 231 220 241 0.04 0.09 0 0.05 271.43 0.43 0.9
Hex E7 DC F1 4 9 0 5 10F 2B 5A
Octal 347 334 361 4 11 0 5 417 53 132
Binary 11100111 11011100 11110001 100 1001 0 101 100001111 101011 1011010

Color Harmonies of #E7DCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7DCF1

Black with #E7DCF1

Text Example


Text Example

White with #E7DCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7DCF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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