Html Css Color HEX #E6DAF9 Blue Chalk

📋 copy color: '#E6DAF9'

red 230 ◦ green 218 ◦ blue 249

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

Shades of Blue Chalk #E6DAF9

Tints of Blue Chalk #E6DAF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 35.72%

R = 33%
G = 31.28%
B = 35.72%

CMYK

 C value IS 0.08

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E6DAF9 (or 0xE6DAF9) is known color: Blue Chalk. HEX triplet: E6, DA and F9. RGB value is (230,218,249). Sum of RGB (Red+Green+Blue) = 230+218+249=697 (92% of max value = 765). Red value is 230 (90.23% from 255 or 33.00% from 697); Green value is 218 (85.55% from 255 or 31.28% from 697); Blue value is 249 (97.66% from 255 or 35.72% from 697); Max value from RGB is 249 - color contains mainly: blue. Hex color #E6DAF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DAF9 is #192506. Grayscale: #E1E1E1. Windows color (decimal): -1647879 or 16374502. OLE color: 16374502.

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

Color convert

RGB 230 218 249 -
CMYK 0.08 0.12 0 0.02
HSL 263.23º 0.72% 0.92% -
HSV(B) 263.23º 0.12% 0.98% -
XYZ 74.8 73.81 99.93 -
YUV 225.12 141.48 131.48 -
System Red Green Blue C M Y K H S L
Decimal 230 218 249 0.08 0.12 0 0.02 263.23 0.72 0.92
Hex E6 DA F9 8 C 0 2 107 48 5C
Octal 346 332 371 10 14 0 2 407 110 134
Binary 11100110 11011010 11111001 1000 1100 0 10 100000111 1001000 1011100

Color Harmonies of #E6DAF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DAF9

Black with #E6DAF9

Text Example


Text Example

White with #E6DAF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6DAF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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