Html Css Color HEX #E6D9EC Blue Chalk

📋 copy color: '#E6D9EC'

red 230 ◦ green 217 ◦ blue 236

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

Shades of Blue Chalk #E6D9EC

Tints of Blue Chalk #E6D9EC

RGB

 RED value IS 230 (90.23% from 255) = 33.67%

 GREEN value IS 217 (85.16% from 255) = 31.77%

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

R = 33.67%
G = 31.77%
B = 34.55%

CMYK

 C value IS 0.03

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E6D9EC (or 0xE6D9EC) is known color: Blue Chalk. HEX triplet: E6, D9 and EC. RGB value is (230,217,236). Sum of RGB (Red+Green+Blue) = 230+217+236=683 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.67% from 683); Green value is 217 (85.16% from 255 or 31.77% from 683); Blue value is 236 (92.58% from 255 or 34.55% from 683); Max value from RGB is 236 - color contains mainly: blue. Hex color #E6D9EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6D9EC is #192613. Grayscale: #DEDEDE. Windows color (decimal): -1648148 or 15522278. OLE color: 15522278.

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

Color convert

RGB 230 217 236 -
CMYK 0.03 0.08 0 0.07
HSL 281.05º 0.33% 0.89% -
HSV(B) 281.05º 0.08% 0.93% -
XYZ 72.59 72.5 89.53 -
YUV 223.05 135.31 132.96 -
System Red Green Blue C M Y K H S L
Decimal 230 217 236 0.03 0.08 0 0.07 281.05 0.33 0.89
Hex E6 D9 EC 3 8 0 7 119 21 59
Octal 346 331 354 3 10 0 7 431 41 131
Binary 11100110 11011001 11101100 11 1000 0 111 100011001 100001 1011001

Color Harmonies of #E6D9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6D9EC

Black with #E6D9EC

Text Example


Text Example

White with #E6D9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6D9EC; }

 p { color: rgb(230,217,236); }

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

background-color css

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

 a { background-color: rgb(230,217,236); }

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

border-color css

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

 span { border-color: rgb(230,217,236); }

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