Html Css Color HEX #E7DCEF Blue Chalk

📋 copy color: '#E7DCEF'

red 231 ◦ green 220 ◦ blue 239

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

Shades of Blue Chalk #E7DCEF

Tints of Blue Chalk #E7DCEF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 31.88%

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

R = 33.48%
G = 31.88%
B = 34.64%

CMYK

 C value IS 0.03

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E7DCEF (or 0xE7DCEF) is known color: Blue Chalk. HEX triplet: E7, DC and EF. RGB value is (231,220,239). Sum of RGB (Red+Green+Blue) = 231+220+239=690 (91% of max value = 765). Red value is 231 (90.62% from 255 or 33.48% from 690); Green value is 220 (86.33% from 255 or 31.88% from 690); Blue value is 239 (93.75% from 255 or 34.64% from 690); Max value from RGB is 239 - color contains mainly: blue. Hex color #E7DCEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7DCEF is #182310. Grayscale: #E1E1E1. Windows color (decimal): -1581841 or 15719655. OLE color: 15719655.

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

Color convert

RGB 231 220 239 -
CMYK 0.03 0.08 0 0.06
HSL 274.74º 0.37% 0.9% -
HSV(B) 274.74º 0.08% 0.94% -
XYZ 74.13 74.41 92.12 -
YUV 225.46 135.64 131.96 -
System Red Green Blue C M Y K H S L
Decimal 231 220 239 0.03 0.08 0 0.06 274.74 0.37 0.9
Hex E7 DC EF 3 8 0 6 113 25 5A
Octal 347 334 357 3 10 0 6 423 45 132
Binary 11100111 11011100 11101111 11 1000 0 110 100010011 100101 1011010

Color Harmonies of #E7DCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7DCEF

Black with #E7DCEF

Text Example


Text Example

White with #E7DCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7DCEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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