Html Css Color HEX #E7DDEC Blue Chalk

📋 copy color: '#E7DDEC'

red 231 ◦ green 221 ◦ blue 236

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

Shades of Blue Chalk #E7DDEC

Tints of Blue Chalk #E7DDEC

RGB

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

 GREEN value IS 221 (86.72% from 255) = 32.12%

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

R = 33.58%
G = 32.12%
B = 34.3%

CMYK

 C value IS 0.02

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E7DDEC (or 0xE7DDEC) is known color: Blue Chalk. HEX triplet: E7, DD and EC. RGB value is (231,221,236). Sum of RGB (Red+Green+Blue) = 231+221+236=688 (91% of max value = 765). Red value is 231 (90.62% from 255 or 33.58% from 688); Green value is 221 (86.72% from 255 or 32.12% from 688); Blue value is 236 (92.58% from 255 or 34.30% from 688); Max value from RGB is 236 - color contains mainly: blue. Hex color #E7DDEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7DDEC is #182213. Grayscale: #E1E1E1. Windows color (decimal): -1581588 or 15523303. OLE color: 15523303.

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

Color convert

RGB 231 221 236 -
CMYK 0.02 0.06 0 0.07
HSL 280º 0.28% 0.9% -
HSV(B) 280º 0.06% 0.93% -
XYZ 73.95 74.76 89.89 -
YUV 225.7 133.81 131.78 -
System Red Green Blue C M Y K H S L
Decimal 231 221 236 0.02 0.06 0 0.07 280 0.28 0.9
Hex E7 DD EC 2 6 0 7 118 1C 5A
Octal 347 335 354 2 6 0 7 430 34 132
Binary 11100111 11011101 11101100 10 110 0 111 100011000 11100 1011010

Color Harmonies of #E7DDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7DDEC

Black with #E7DDEC

Text Example


Text Example

White with #E7DDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7DDEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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