Html Css Color HEX #E7DAF6 Blue Chalk

📋 copy color: '#E7DAF6'

red 231 ◦ green 218 ◦ blue 246

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

Shades of Blue Chalk #E7DAF6

Tints of Blue Chalk #E7DAF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 35.4%

R = 33.24%
G = 31.37%
B = 35.4%

CMYK

 C value IS 0.06

 M value IS 0.11

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E7DAF6 (or 0xE7DAF6) is known color: Blue Chalk. HEX triplet: E7, DA and F6. RGB value is (231,218,246). Sum of RGB (Red+Green+Blue) = 231+218+246=695 (92% of max value = 765). Red value is 231 (90.62% from 255 or 33.24% from 695); Green value is 218 (85.55% from 255 or 31.37% from 695); Blue value is 246 (96.48% from 255 or 35.40% from 695); Max value from RGB is 246 - color contains mainly: blue. Hex color #E7DAF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7DAF6 is #182509. Grayscale: #E0E0E0. Windows color (decimal): -1582346 or 16177895. OLE color: 16177895.

HSL color Cylindrical-coordinate representation of color #E7DAF6: hue angle of 267.86º degrees, saturation: 0.61, 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 #E7DAF6 is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 231 218 246 -
CMYK 0.06 0.11 0 0.04
HSL 267.86º 0.61% 0.91% -
HSV(B) 267.86º 0.11% 0.96% -
XYZ 74.66 73.79 97.5 -
YUV 225.08 139.81 132.22 -
System Red Green Blue C M Y K H S L
Decimal 231 218 246 0.06 0.11 0 0.04 267.86 0.61 0.91
Hex E7 DA F6 6 B 0 4 10C 3D 5B
Octal 347 332 366 6 13 0 4 414 75 133
Binary 11100111 11011010 11110110 110 1011 0 100 100001100 111101 1011011

Color Harmonies of #E7DAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7DAF6

Black with #E7DAF6

Text Example


Text Example

White with #E7DAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7DAF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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