Html Css Color HEX #E6D1EF Blue Chalk

📋 copy color: '#E6D1EF'

red 230 ◦ green 209 ◦ blue 239

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

Shades of Blue Chalk #E6D1EF

Tints of Blue Chalk #E6D1EF

RGB

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

 GREEN value IS 209 (82.03% from 255) = 30.83%

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

R = 33.92%
G = 30.83%
B = 35.25%

CMYK

 C value IS 0.04

 M value IS 0.13

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E6D1EF (or 0xE6D1EF) is known color: Blue Chalk. HEX triplet: E6, D1 and EF. RGB value is (230,209,239). Sum of RGB (Red+Green+Blue) = 230+209+239=678 (89% of max value = 765). Red value is 230 (90.23% from 255 or 33.92% from 678); Green value is 209 (82.03% from 255 or 30.83% from 678); Blue value is 239 (93.75% from 255 or 35.25% from 678); Max value from RGB is 239 - color contains mainly: blue. Hex color #E6D1EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6D1EF is #192E10. Grayscale: #DADADA. Windows color (decimal): -1650193 or 15716838. OLE color: 15716838.

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

Color convert

RGB 230 209 239 -
CMYK 0.04 0.13 0 0.06
HSL 282º 0.48% 0.88% -
HSV(B) 282º 0.13% 0.94% -
XYZ 71.01 68.66 91.17 -
YUV 218.7 139.46 136.06 -
System Red Green Blue C M Y K H S L
Decimal 230 209 239 0.04 0.13 0 0.06 282 0.48 0.88
Hex E6 D1 EF 4 D 0 6 11A 30 58
Octal 346 321 357 4 15 0 6 432 60 130
Binary 11100110 11010001 11101111 100 1101 0 110 100011010 110000 1011000

Color Harmonies of #E6D1EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6D1EF

Black with #E6D1EF

Text Example


Text Example

White with #E6D1EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6D1EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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