Html Css Color HEX #EADAFD Blue Chalk

📋 copy color: '#EADAFD'

red 234 ◦ green 218 ◦ blue 253

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

Shades of Blue Chalk #EADAFD

Tints of Blue Chalk #EADAFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 35.89%

R = 33.19%
G = 30.92%
B = 35.89%

CMYK

 C value IS 0.08

 M value IS 0.14

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EADAFD (or 0xEADAFD) is known color: Blue Chalk. HEX triplet: EA, DA and FD. RGB value is (234,218,253). Sum of RGB (Red+Green+Blue) = 234+218+253=705 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.19% from 705); Green value is 218 (85.55% from 255 or 30.92% from 705); Blue value is 253 (99.22% from 255 or 35.89% from 705); Max value from RGB is 253 - color contains mainly: blue. Hex color #EADAFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADAFD is #152502. Grayscale: #E2E2E2. Windows color (decimal): -1385731 or 16636650. OLE color: 16636650.

HSL color Cylindrical-coordinate representation of color #EADAFD: hue angle of 267.43º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EADAFD is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 234 218 253 -
CMYK 0.08 0.14 0 0.01
HSL 267.43º 0.9% 0.92% -
HSV(B) 267.43º 0.14% 0.99% -
XYZ 76.73 74.73 103.31 -
YUV 226.77 142.8 133.15 -
System Red Green Blue C M Y K H S L
Decimal 234 218 253 0.08 0.14 0 0.01 267.43 0.9 0.92
Hex EA DA FD 8 E 0 1 10B 5A 5C
Octal 352 332 375 10 16 0 1 413 132 134
Binary 11101010 11011010 11111101 1000 1110 0 1 100001011 1011010 1011100

Color Harmonies of #EADAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADAFD

Black with #EADAFD

Text Example


Text Example

White with #EADAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADAFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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