Html Css Color HEX #E6D0ED Blue Chalk

📋 copy color: '#E6D0ED'

red 230 ◦ green 208 ◦ blue 237

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

Shades of Blue Chalk #E6D0ED

Tints of Blue Chalk #E6D0ED

RGB

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

 GREEN value IS 208 (81.64% from 255) = 30.81%

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

R = 34.07%
G = 30.81%
B = 35.11%

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

#E6D0ED (or 0xE6D0ED) is known color: Blue Chalk. HEX triplet: E6, D0 and ED. RGB value is (230,208,237). Sum of RGB (Red+Green+Blue) = 230+208+237=675 (89% of max value = 765). Red value is 230 (90.23% from 255 or 34.07% from 675); Green value is 208 (81.64% from 255 or 30.81% from 675); Blue value is 237 (92.97% from 255 or 35.11% from 675); Max value from RGB is 237 - color contains mainly: blue. Hex color #E6D0ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6D0ED is #192F12. Grayscale: #D9D9D9. Windows color (decimal): -1650451 or 15585510. OLE color: 15585510.

HSL color Cylindrical-coordinate representation of color #E6D0ED: hue angle of 285.52º degrees, saturation: 0.45, 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 #E6D0ED is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 230 208 237 -
CMYK 0.03 0.12 0 0.07
HSL 285.52º 0.45% 0.87% -
HSV(B) 285.52º 0.12% 0.93% -
XYZ 70.48 68.05 89.54 -
YUV 217.88 138.79 136.64 -
System Red Green Blue C M Y K H S L
Decimal 230 208 237 0.03 0.12 0 0.07 285.52 0.45 0.87
Hex E6 D0 ED 3 C 0 7 11E 2D 57
Octal 346 320 355 3 14 0 7 436 55 127
Binary 11100110 11010000 11101101 11 1100 0 111 100011110 101101 1010111

Color Harmonies of #E6D0ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6D0ED

Black with #E6D0ED

Text Example


Text Example

White with #E6D0ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6D0ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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