Html Css Color HEX #E7DAF0 Blue Chalk

📋 copy color: '#E7DAF0'

red 231 ◦ green 218 ◦ blue 240

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

Shades of Blue Chalk #E7DAF0

Tints of Blue Chalk #E7DAF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 34.83%

R = 33.53%
G = 31.64%
B = 34.83%

CMYK

 C value IS 0.04

 M value IS 0.09

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E7DAF0 (or 0xE7DAF0) is known color: Blue Chalk. HEX triplet: E7, DA and F0. RGB value is (231,218,240). Sum of RGB (Red+Green+Blue) = 231+218+240=689 (91% of max value = 765). Red value is 231 (90.62% from 255 or 33.53% from 689); Green value is 218 (85.55% from 255 or 31.64% from 689); Blue value is 240 (94.14% from 255 or 34.83% from 689); Max value from RGB is 240 - color contains mainly: blue. Hex color #E7DAF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7DAF0 is #18250F. Grayscale: #E0E0E0. Windows color (decimal): -1582352 or 15784679. OLE color: 15784679.

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

Color convert

RGB 231 218 240 -
CMYK 0.04 0.09 0 0.06
HSL 275.45º 0.42% 0.9% -
HSV(B) 275.45º 0.09% 0.94% -
XYZ 73.75 73.42 92.72 -
YUV 224.4 136.81 132.71 -
System Red Green Blue C M Y K H S L
Decimal 231 218 240 0.04 0.09 0 0.06 275.45 0.42 0.9
Hex E7 DA F0 4 9 0 6 113 2A 5A
Octal 347 332 360 4 11 0 6 423 52 132
Binary 11100111 11011010 11110000 100 1001 0 110 100010011 101010 1011010

Color Harmonies of #E7DAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7DAF0

Black with #E7DAF0

Text Example


Text Example

White with #E7DAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7DAF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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