Html Css Color HEX #EAD9FD Blue Chalk

📋 copy color: '#EAD9FD'

red 234 ◦ green 217 ◦ blue 253

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

Shades of Blue Chalk #EAD9FD

Tints of Blue Chalk #EAD9FD

RGB

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

 GREEN value IS 217 (85.16% from 255) = 30.82%

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

R = 33.24%
G = 30.82%
B = 35.94%

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

#EAD9FD (or 0xEAD9FD) is known color: Blue Chalk. HEX triplet: EA, D9 and FD. RGB value is (234,217,253). Sum of RGB (Red+Green+Blue) = 234+217+253=704 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.24% from 704); Green value is 217 (85.16% from 255 or 30.82% from 704); Blue value is 253 (99.22% from 255 or 35.94% from 704); Max value from RGB is 253 - color contains mainly: blue. Hex color #EAD9FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD9FD is #152602. Grayscale: #E2E2E2. Windows color (decimal): -1385987 or 16636394. OLE color: 16636394.

HSL color Cylindrical-coordinate representation of color #EAD9FD: hue angle of 268.33º 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 #EAD9FD is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 234 217 253 -
CMYK 0.08 0.14 0 0.01
HSL 268.33º 0.9% 0.92% -
HSV(B) 268.33º 0.14% 0.99% -
XYZ 76.47 74.21 103.22 -
YUV 226.19 143.13 133.57 -
System Red Green Blue C M Y K H S L
Decimal 234 217 253 0.08 0.14 0 0.01 268.33 0.9 0.92
Hex EA D9 FD 8 E 0 1 10C 5A 5C
Octal 352 331 375 10 16 0 1 414 132 134
Binary 11101010 11011001 11111101 1000 1110 0 1 100001100 1011010 1011100

Color Harmonies of #EAD9FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD9FD

Black with #EAD9FD

Text Example


Text Example

White with #EAD9FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD9FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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