Html Css Color HEX #E6DAEC Blue Chalk

📋 copy color: '#E6DAEC'

red 230 ◦ green 218 ◦ blue 236

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

Shades of Blue Chalk #E6DAEC

Tints of Blue Chalk #E6DAEC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 31.87%

 BLUE value IS 236 (92.58% from 255) = 34.5%

R = 33.63%
G = 31.87%
B = 34.5%

CMYK

 C value IS 0.03

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E6DAEC (or 0xE6DAEC) is known color: Blue Chalk. HEX triplet: E6, DA and EC. RGB value is (230,218,236). Sum of RGB (Red+Green+Blue) = 230+218+236=684 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.63% from 684); Green value is 218 (85.55% from 255 or 31.87% from 684); Blue value is 236 (92.58% from 255 or 34.50% from 684); Max value from RGB is 236 - color contains mainly: blue. Hex color #E6DAEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DAEC is #192513. Grayscale: #DFDFDF. Windows color (decimal): -1647892 or 15522534. OLE color: 15522534.

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

Color convert

RGB 230 218 236 -
CMYK 0.03 0.08 0 0.07
HSL 280º 0.32% 0.89% -
HSV(B) 280º 0.08% 0.93% -
XYZ 72.84 73.02 89.61 -
YUV 223.64 134.98 132.54 -
System Red Green Blue C M Y K H S L
Decimal 230 218 236 0.03 0.08 0 0.07 280 0.32 0.89
Hex E6 DA EC 3 8 0 7 118 20 59
Octal 346 332 354 3 10 0 7 430 40 131
Binary 11100110 11011010 11101100 11 1000 0 111 100011000 100000 1011001

Color Harmonies of #E6DAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DAEC

Black with #E6DAEC

Text Example


Text Example

White with #E6DAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6DAEC; }

 p { color: rgb(230,218,236); }

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

background-color css

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

 a { background-color: rgb(230,218,236); }

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

border-color css

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

 span { border-color: rgb(230,218,236); }

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