Html Css Color HEX #E6D8EF Blue Chalk

📋 copy color: '#E6D8EF'

red 230 ◦ green 216 ◦ blue 239

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

Shades of Blue Chalk #E6D8EF

Tints of Blue Chalk #E6D8EF

RGB

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

 GREEN value IS 216 (84.77% from 255) = 31.53%

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

R = 33.58%
G = 31.53%
B = 34.89%

CMYK

 C value IS 0.04

 M value IS 0.10

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E6D8EF (or 0xE6D8EF) is known color: Blue Chalk. HEX triplet: E6, D8 and EF. RGB value is (230,216,239). Sum of RGB (Red+Green+Blue) = 230+216+239=685 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.58% from 685); Green value is 216 (84.77% from 255 or 31.53% from 685); Blue value is 239 (93.75% from 255 or 34.89% from 685); Max value from RGB is 239 - color contains mainly: blue. Hex color #E6D8EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6D8EF is #192710. Grayscale: #DEDEDE. Windows color (decimal): -1648401 or 15718630. OLE color: 15718630.

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

Color convert

RGB 230 216 239 -
CMYK 0.04 0.10 0 0.06
HSL 276.52º 0.42% 0.89% -
HSV(B) 276.52º 0.1% 0.94% -
XYZ 72.77 72.17 91.76 -
YUV 222.81 137.14 133.13 -
System Red Green Blue C M Y K H S L
Decimal 230 216 239 0.04 0.10 0 0.06 276.52 0.42 0.89
Hex E6 D8 EF 4 A 0 6 115 2A 59
Octal 346 330 357 4 12 0 6 425 52 131
Binary 11100110 11011000 11101111 100 1010 0 110 100010101 101010 1011001

Color Harmonies of #E6D8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6D8EF

Black with #E6D8EF

Text Example


Text Example

White with #E6D8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6D8EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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