Html Css Color HEX #E6D1ED Blue Chalk

📋 copy color: '#E6D1ED'

red 230 ◦ green 209 ◦ blue 237

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

Shades of Blue Chalk #E6D1ED

Tints of Blue Chalk #E6D1ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 35.06%

R = 34.02%
G = 30.92%
B = 35.06%

CMYK

 C value IS 0.03

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E6D1ED (or 0xE6D1ED) is known color: Blue Chalk. HEX triplet: E6, D1 and ED. RGB value is (230,209,237). Sum of RGB (Red+Green+Blue) = 230+209+237=676 (89% of max value = 765). Red value is 230 (90.23% from 255 or 34.02% from 676); Green value is 209 (82.03% from 255 or 30.92% from 676); Blue value is 237 (92.97% from 255 or 35.06% from 676); Max value from RGB is 237 - color contains mainly: blue. Hex color #E6D1ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6D1ED is #192E12. Grayscale: #DADADA. Windows color (decimal): -1650195 or 15585766. OLE color: 15585766.

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

Color convert

RGB 230 209 237 -
CMYK 0.03 0.12 0 0.07
HSL 285º 0.44% 0.87% -
HSV(B) 285º 0.12% 0.93% -
XYZ 70.72 68.54 89.62 -
YUV 218.47 138.46 136.22 -
System Red Green Blue C M Y K H S L
Decimal 230 209 237 0.03 0.12 0 0.07 285 0.44 0.87
Hex E6 D1 ED 3 C 0 7 11D 2C 57
Octal 346 321 355 3 14 0 7 435 54 127
Binary 11100110 11010001 11101101 11 1100 0 111 100011101 101100 1010111

Color Harmonies of #E6D1ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6D1ED

Black with #E6D1ED

Text Example


Text Example

White with #E6D1ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6D1ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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