Html Css Color HEX #E6D9EF Blue Chalk

📋 copy color: '#E6D9EF'

red 230 ◦ green 217 ◦ blue 239

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

Shades of Blue Chalk #E6D9EF

Tints of Blue Chalk #E6D9EF

RGB

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

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

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

R = 33.53%
G = 31.63%
B = 34.84%

CMYK

 C value IS 0.04

 M value IS 0.09

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E6D9EF (or 0xE6D9EF) is known color: Blue Chalk. HEX triplet: E6, D9 and EF. RGB value is (230,217,239). Sum of RGB (Red+Green+Blue) = 230+217+239=686 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.53% from 686); Green value is 217 (85.16% from 255 or 31.63% from 686); Blue value is 239 (93.75% from 255 or 34.84% from 686); Max value from RGB is 239 - color contains mainly: blue. Hex color #E6D9EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6D9EF is #192610. Grayscale: #DFDFDF. Windows color (decimal): -1648145 or 15718886. OLE color: 15718886.

HSL color Cylindrical-coordinate representation of color #E6D9EF: hue angle of 275.45º degrees, saturation: 0.41, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E6D9EF is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 230 217 239 -
CMYK 0.04 0.09 0 0.06
HSL 275.45º 0.41% 0.89% -
HSV(B) 275.45º 0.09% 0.94% -
XYZ 73.03 72.68 91.84 -
YUV 223.4 136.81 132.71 -
System Red Green Blue C M Y K H S L
Decimal 230 217 239 0.04 0.09 0 0.06 275.45 0.41 0.89
Hex E6 D9 EF 4 9 0 6 113 29 59
Octal 346 331 357 4 11 0 6 423 51 131
Binary 11100110 11011001 11101111 100 1001 0 110 100010011 101001 1011001

Color Harmonies of #E6D9EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6D9EF

Black with #E6D9EF

Text Example


Text Example

White with #E6D9EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6D9EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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