Html Css Color HEX #E6DCEB Blue Chalk

📋 copy color: '#E6DCEB'

red 230 ◦ green 220 ◦ blue 235

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

Shades of Blue Chalk #E6DCEB

Tints of Blue Chalk #E6DCEB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 32.12%

 BLUE value IS 235 (92.19% from 255) = 34.31%

R = 33.58%
G = 32.12%
B = 34.31%

CMYK

 C value IS 0.02

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E6DCEB (or 0xE6DCEB) is known color: Blue Chalk. HEX triplet: E6, DC and EB. RGB value is (230,220,235). Sum of RGB (Red+Green+Blue) = 230+220+235=685 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.58% from 685); Green value is 220 (86.33% from 255 or 32.12% from 685); Blue value is 235 (92.19% from 255 or 34.31% from 685); Max value from RGB is 235 - color contains mainly: blue. Hex color #E6DCEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DCEB is #192314. Grayscale: #E0E0E0. Windows color (decimal): -1647381 or 15457510. OLE color: 15457510.

HSL color Cylindrical-coordinate representation of color #E6DCEB: hue angle of 280º degrees, saturation: 0.27, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E6DCEB is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 230 220 235 -
CMYK 0.02 0.06 0 0.08
HSL 280º 0.27% 0.89% -
HSV(B) 280º 0.06% 0.92% -
XYZ 73.22 74.01 89.02 -
YUV 224.7 133.81 131.78 -
System Red Green Blue C M Y K H S L
Decimal 230 220 235 0.02 0.06 0 0.08 280 0.27 0.89
Hex E6 DC EB 2 6 0 8 118 1B 59
Octal 346 334 353 2 6 0 10 430 33 131
Binary 11100110 11011100 11101011 10 110 0 1000 100011000 11011 1011001

Color Harmonies of #E6DCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DCEB

Black with #E6DCEB

Text Example


Text Example

White with #E6DCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6DCEB; }

 p { color: rgb(230,220,235); }

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

background-color css

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

 a { background-color: rgb(230,220,235); }

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

border-color css

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

 span { border-color: rgb(230,220,235); }

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