Html Css Color HEX #EADAFB Blue Chalk

📋 copy color: '#EADAFB'

red 234 ◦ green 218 ◦ blue 251

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

Shades of Blue Chalk #EADAFB

Tints of Blue Chalk #EADAFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 35.7%

R = 33.29%
G = 31.01%
B = 35.7%

CMYK

 C value IS 0.07

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EADAFB (or 0xEADAFB) is known color: Blue Chalk. HEX triplet: EA, DA and FB. RGB value is (234,218,251). Sum of RGB (Red+Green+Blue) = 234+218+251=703 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.29% from 703); Green value is 218 (85.55% from 255 or 31.01% from 703); Blue value is 251 (98.44% from 255 or 35.70% from 703); Max value from RGB is 251 - color contains mainly: blue. Hex color #EADAFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADAFB is #152504. Grayscale: #E2E2E2. Windows color (decimal): -1385733 or 16505578. OLE color: 16505578.

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

Color convert

RGB 234 218 251 -
CMYK 0.07 0.13 0 0.02
HSL 269.09º 0.8% 0.92% -
HSV(B) 269.09º 0.13% 0.98% -
XYZ 76.42 74.6 101.64 -
YUV 226.55 141.8 133.32 -
System Red Green Blue C M Y K H S L
Decimal 234 218 251 0.07 0.13 0 0.02 269.09 0.8 0.92
Hex EA DA FB 7 D 0 2 10D 50 5C
Octal 352 332 373 7 15 0 2 415 120 134
Binary 11101010 11011010 11111011 111 1101 0 10 100001101 1010000 1011100

Color Harmonies of #EADAFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADAFB

Black with #EADAFB

Text Example


Text Example

White with #EADAFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADAFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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