Html Css Color HEX #E7DAF9 Blue Chalk

📋 copy color: '#E7DAF9'

red 231 ◦ green 218 ◦ blue 249

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

Shades of Blue Chalk #E7DAF9

Tints of Blue Chalk #E7DAF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 35.67%

R = 33.09%
G = 31.23%
B = 35.67%

CMYK

 C value IS 0.07

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E7DAF9 (or 0xE7DAF9) is known color: Blue Chalk. HEX triplet: E7, DA and F9. RGB value is (231,218,249). Sum of RGB (Red+Green+Blue) = 231+218+249=698 (92% of max value = 765). Red value is 231 (90.62% from 255 or 33.09% from 698); Green value is 218 (85.55% from 255 or 31.23% from 698); Blue value is 249 (97.66% from 255 or 35.67% from 698); Max value from RGB is 249 - color contains mainly: blue. Hex color #E7DAF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7DAF9 is #182506. Grayscale: #E1E1E1. Windows color (decimal): -1582343 or 16374503. OLE color: 16374503.

HSL color Cylindrical-coordinate representation of color #E7DAF9: hue angle of 265.16º degrees, saturation: 0.72, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E7DAF9 is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 231 218 249 -
CMYK 0.07 0.12 0 0.02
HSL 265.16º 0.72% 0.92% -
HSV(B) 265.16º 0.12% 0.98% -
XYZ 75.13 73.97 99.94 -
YUV 225.42 141.31 131.98 -
System Red Green Blue C M Y K H S L
Decimal 231 218 249 0.07 0.12 0 0.02 265.16 0.72 0.92
Hex E7 DA F9 7 C 0 2 109 48 5C
Octal 347 332 371 7 14 0 2 411 110 134
Binary 11100111 11011010 11111001 111 1100 0 10 100001001 1001000 1011100

Color Harmonies of #E7DAF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7DAF9

Black with #E7DAF9

Text Example


Text Example

White with #E7DAF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7DAF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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