Html Css Color HEX #E7DAF1 Blue Chalk

📋 copy color: '#E7DAF1'

red 231 ◦ green 218 ◦ blue 241

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

Shades of Blue Chalk #E7DAF1

Tints of Blue Chalk #E7DAF1

RGB

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

 GREEN value IS 218 (85.55% from 255) = 31.59%

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

R = 33.48%
G = 31.59%
B = 34.93%

CMYK

 C value IS 0.04

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E7DAF1 (or 0xE7DAF1) is known color: Blue Chalk. HEX triplet: E7, DA and F1. RGB value is (231,218,241). Sum of RGB (Red+Green+Blue) = 231+218+241=690 (91% of max value = 765). Red value is 231 (90.62% from 255 or 33.48% from 690); Green value is 218 (85.55% from 255 or 31.59% from 690); Blue value is 241 (94.53% from 255 or 34.93% from 690); Max value from RGB is 241 - color contains mainly: blue. Hex color #E7DAF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7DAF1 is #18250E. Grayscale: #E0E0E0. Windows color (decimal): -1582351 or 15850215. OLE color: 15850215.

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

Color convert

RGB 231 218 241 -
CMYK 0.04 0.10 0 0.05
HSL 273.91º 0.45% 0.9% -
HSV(B) 273.91º 0.1% 0.95% -
XYZ 73.9 73.48 93.51 -
YUV 224.51 137.31 132.63 -
System Red Green Blue C M Y K H S L
Decimal 231 218 241 0.04 0.10 0 0.05 273.91 0.45 0.9
Hex E7 DA F1 4 A 0 5 112 2D 5A
Octal 347 332 361 4 12 0 5 422 55 132
Binary 11100111 11011010 11110001 100 1010 0 101 100010010 101101 1011010

Color Harmonies of #E7DAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7DAF1

Black with #E7DAF1

Text Example


Text Example

White with #E7DAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7DAF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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