Html Css Color HEX #E7D6EF Blue Chalk

📋 copy color: '#E7D6EF'

red 231 ◦ green 214 ◦ blue 239

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

Shades of Blue Chalk #E7D6EF

Tints of Blue Chalk #E7D6EF

RGB

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

 GREEN value IS 214 (83.98% from 255) = 31.29%

 BLUE value IS 239 (93.75% from 255) = 34.94%

R = 33.77%
G = 31.29%
B = 34.94%

CMYK

 C value IS 0.03

 M value IS 0.10

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E7D6EF (or 0xE7D6EF) is known color: Blue Chalk. HEX triplet: E7, D6 and EF. RGB value is (231,214,239). Sum of RGB (Red+Green+Blue) = 231+214+239=684 (90% of max value = 765). Red value is 231 (90.62% from 255 or 33.77% from 684); Green value is 214 (83.98% from 255 or 31.29% from 684); Blue value is 239 (93.75% from 255 or 34.94% from 684); Max value from RGB is 239 - color contains mainly: blue. Hex color #E7D6EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7D6EF is #182910. Grayscale: #DDDDDD. Windows color (decimal): -1583377 or 15718119. OLE color: 15718119.

HSL color Cylindrical-coordinate representation of color #E7D6EF: hue angle of 280.8º degrees, saturation: 0.44, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E7D6EF is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 231 214 239 -
CMYK 0.03 0.10 0 0.06
HSL 280.8º 0.44% 0.89% -
HSV(B) 280.8º 0.1% 0.94% -
XYZ 72.58 71.31 91.6 -
YUV 221.93 137.63 134.47 -
System Red Green Blue C M Y K H S L
Decimal 231 214 239 0.03 0.10 0 0.06 280.8 0.44 0.89
Hex E7 D6 EF 3 A 0 6 119 2C 59
Octal 347 326 357 3 12 0 6 431 54 131
Binary 11100111 11010110 11101111 11 1010 0 110 100011001 101100 1011001

Color Harmonies of #E7D6EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D6EF

Black with #E7D6EF

Text Example


Text Example

White with #E7D6EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D6EF; }

 p { color: rgb(231,214,239); }

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

background-color css

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

 a { background-color: rgb(231,214,239); }

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

border-color css

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

 span { border-color: rgb(231,214,239); }

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