Html Css Color HEX #E7DCEC Blue Chalk

📋 copy color: '#E7DCEC'

red 231 ◦ green 220 ◦ blue 236

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

Shades of Blue Chalk #E7DCEC

Tints of Blue Chalk #E7DCEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 34.35%

R = 33.62%
G = 32.02%
B = 34.35%

CMYK

 C value IS 0.02

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E7DCEC (or 0xE7DCEC) is known color: Blue Chalk. HEX triplet: E7, DC and EC. RGB value is (231,220,236). Sum of RGB (Red+Green+Blue) = 231+220+236=687 (90% of max value = 765). Red value is 231 (90.62% from 255 or 33.62% from 687); Green value is 220 (86.33% from 255 or 32.02% from 687); Blue value is 236 (92.58% from 255 or 34.35% from 687); Max value from RGB is 236 - color contains mainly: blue. Hex color #E7DCEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7DCEC is #182313. Grayscale: #E1E1E1. Windows color (decimal): -1581844 or 15523047. OLE color: 15523047.

HSL color Cylindrical-coordinate representation of color #E7DCEC: hue angle of 281.25º degrees, saturation: 0.3, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E7DCEC is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 231 220 236 -
CMYK 0.02 0.07 0 0.07
HSL 281.25º 0.3% 0.89% -
HSV(B) 281.25º 0.07% 0.93% -
XYZ 73.69 74.23 89.8 -
YUV 225.11 134.14 132.2 -
System Red Green Blue C M Y K H S L
Decimal 231 220 236 0.02 0.07 0 0.07 281.25 0.3 0.89
Hex E7 DC EC 2 7 0 7 119 1E 59
Octal 347 334 354 2 7 0 7 431 36 131
Binary 11100111 11011100 11101100 10 111 0 111 100011001 11110 1011001

Color Harmonies of #E7DCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7DCEC

Black with #E7DCEC

Text Example


Text Example

White with #E7DCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7DCEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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