Html Css Color HEX #E7DAF4 Blue Chalk

📋 copy color: '#E7DAF4'

red 231 ◦ green 218 ◦ blue 244

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

Shades of Blue Chalk #E7DAF4

Tints of Blue Chalk #E7DAF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 35.21%

R = 33.33%
G = 31.46%
B = 35.21%

CMYK

 C value IS 0.05

 M value IS 0.11

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E7DAF4 (or 0xE7DAF4) is known color: Blue Chalk. HEX triplet: E7, DA and F4. RGB value is (231,218,244). Sum of RGB (Red+Green+Blue) = 231+218+244=693 (91% of max value = 765). Red value is 231 (90.62% from 255 or 33.33% from 693); Green value is 218 (85.55% from 255 or 31.46% from 693); Blue value is 244 (95.70% from 255 or 35.21% from 693); Max value from RGB is 244 - color contains mainly: blue. Hex color #E7DAF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7DAF4 is #18250B. Grayscale: #E0E0E0. Windows color (decimal): -1582348 or 16046823. OLE color: 16046823.

HSL color Cylindrical-coordinate representation of color #E7DAF4: hue angle of 270º degrees, saturation: 0.54, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E7DAF4 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 231 218 244 -
CMYK 0.05 0.11 0 0.04
HSL 270º 0.54% 0.91% -
HSV(B) 270º 0.11% 0.96% -
XYZ 74.36 73.66 95.89 -
YUV 224.85 138.81 132.39 -
System Red Green Blue C M Y K H S L
Decimal 231 218 244 0.05 0.11 0 0.04 270 0.54 0.91
Hex E7 DA F4 5 B 0 4 10E 36 5B
Octal 347 332 364 5 13 0 4 416 66 133
Binary 11100111 11011010 11110100 101 1011 0 100 100001110 110110 1011011

Color Harmonies of #E7DAF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7DAF4

Black with #E7DAF4

Text Example


Text Example

White with #E7DAF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7DAF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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