Html Css Color HEX #EADAF6 Blue Chalk

📋 copy color: '#EADAF6'

red 234 ◦ green 218 ◦ blue 246

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

Shades of Blue Chalk #EADAF6

Tints of Blue Chalk #EADAF6

RGB

 RED value IS 234 (91.8% from 255) = 33.52%

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

 BLUE value IS 246 (96.48% from 255) = 35.24%

R = 33.52%
G = 31.23%
B = 35.24%

CMYK

 C value IS 0.05

 M value IS 0.11

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EADAF6 (or 0xEADAF6) is known color: Blue Chalk. HEX triplet: EA, DA and F6. RGB value is (234,218,246). Sum of RGB (Red+Green+Blue) = 234+218+246=698 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.52% from 698); Green value is 218 (85.55% from 255 or 31.23% from 698); Blue value is 246 (96.48% from 255 or 35.24% from 698); Max value from RGB is 246 - color contains mainly: blue. Hex color #EADAF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADAF6 is #152509. Grayscale: #E1E1E1. Windows color (decimal): -1385738 or 16177898. OLE color: 16177898.

HSL color Cylindrical-coordinate representation of color #EADAF6: hue angle of 274.29º degrees, saturation: 0.61, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EADAF6 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 234 218 246 -
CMYK 0.05 0.11 0 0.04
HSL 274.29º 0.61% 0.91% -
HSV(B) 274.29º 0.11% 0.96% -
XYZ 75.64 74.29 97.54 -
YUV 225.98 139.3 133.72 -
System Red Green Blue C M Y K H S L
Decimal 234 218 246 0.05 0.11 0 0.04 274.29 0.61 0.91
Hex EA DA F6 5 B 0 4 112 3D 5B
Octal 352 332 366 5 13 0 4 422 75 133
Binary 11101010 11011010 11110110 101 1011 0 100 100010010 111101 1011011

Color Harmonies of #EADAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADAF6

Black with #EADAF6

Text Example


Text Example

White with #EADAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADAF6; }

 p { color: rgb(234,218,246); }

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

background-color css

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

 a { background-color: rgb(234,218,246); }

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

border-color css

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

 span { border-color: rgb(234,218,246); }

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