Html Css Color HEX #E7DCED Blue Chalk

📋 copy color: '#E7DCED'

red 231 ◦ green 220 ◦ blue 237

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

Shades of Blue Chalk #E7DCED

Tints of Blue Chalk #E7DCED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 34.45%

R = 33.58%
G = 31.98%
B = 34.45%

CMYK

 C value IS 0.03

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E7DCED (or 0xE7DCED) is known color: Blue Chalk. HEX triplet: E7, DC and ED. RGB value is (231,220,237). Sum of RGB (Red+Green+Blue) = 231+220+237=688 (91% of max value = 765). Red value is 231 (90.62% from 255 or 33.58% from 688); Green value is 220 (86.33% from 255 or 31.98% from 688); Blue value is 237 (92.97% from 255 or 34.45% from 688); Max value from RGB is 237 - color contains mainly: blue. Hex color #E7DCED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7DCED is #182312. Grayscale: #E1E1E1. Windows color (decimal): -1581843 or 15588583. OLE color: 15588583.

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

Color convert

RGB 231 220 237 -
CMYK 0.03 0.07 0 0.07
HSL 278.82º 0.32% 0.9% -
HSV(B) 278.82º 0.07% 0.93% -
XYZ 73.83 74.29 90.57 -
YUV 225.23 134.64 132.12 -
System Red Green Blue C M Y K H S L
Decimal 231 220 237 0.03 0.07 0 0.07 278.82 0.32 0.9
Hex E7 DC ED 3 7 0 7 117 20 5A
Octal 347 334 355 3 7 0 7 427 40 132
Binary 11100111 11011100 11101101 11 111 0 111 100010111 100000 1011010

Color Harmonies of #E7DCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7DCED

Black with #E7DCED

Text Example


Text Example

White with #E7DCED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7DCED; }

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

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

background-color css

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

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

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

border-color css

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

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

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