Html Css Color HEX #E6DAF2 Blue Chalk

📋 copy color: '#E6DAF2'

red 230 ◦ green 218 ◦ blue 242

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

Shades of Blue Chalk #E6DAF2

Tints of Blue Chalk #E6DAF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 35.07%

R = 33.33%
G = 31.59%
B = 35.07%

CMYK

 C value IS 0.05

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E6DAF2 (or 0xE6DAF2) is known color: Blue Chalk. HEX triplet: E6, DA and F2. RGB value is (230,218,242). Sum of RGB (Red+Green+Blue) = 230+218+242=690 (91% of max value = 765). Red value is 230 (90.23% from 255 or 33.33% from 690); Green value is 218 (85.55% from 255 or 31.59% from 690); Blue value is 242 (94.92% from 255 or 35.07% from 690); Max value from RGB is 242 - color contains mainly: blue. Hex color #E6DAF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DAF2 is #19250D. Grayscale: #E0E0E0. Windows color (decimal): -1647886 or 15915750. OLE color: 15915750.

HSL color Cylindrical-coordinate representation of color #E6DAF2: hue angle of 270º degrees, saturation: 0.48, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E6DAF2 is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 230 218 242 -
CMYK 0.05 0.10 0 0.05
HSL 270º 0.48% 0.9% -
HSV(B) 270º 0.1% 0.95% -
XYZ 73.73 73.38 94.28 -
YUV 224.32 137.98 132.05 -
System Red Green Blue C M Y K H S L
Decimal 230 218 242 0.05 0.10 0 0.05 270 0.48 0.9
Hex E6 DA F2 5 A 0 5 10E 30 5A
Octal 346 332 362 5 12 0 5 416 60 132
Binary 11100110 11011010 11110010 101 1010 0 101 100001110 110000 1011010

Color Harmonies of #E6DAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DAF2

Black with #E6DAF2

Text Example


Text Example

White with #E6DAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6DAF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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