Html Css Color HEX #EAD9F9 Blue Chalk

📋 copy color: '#EAD9F9'

red 234 ◦ green 217 ◦ blue 249

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

Shades of Blue Chalk #EAD9F9

Tints of Blue Chalk #EAD9F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 35.57%

R = 33.43%
G = 31%
B = 35.57%

CMYK

 C value IS 0.06

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EAD9F9 (or 0xEAD9F9) is known color: Blue Chalk. HEX triplet: EA, D9 and F9. RGB value is (234,217,249). Sum of RGB (Red+Green+Blue) = 234+217+249=700 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.43% from 700); Green value is 217 (85.16% from 255 or 31% from 700); Blue value is 249 (97.66% from 255 or 35.57% from 700); Max value from RGB is 249 - color contains mainly: blue. Hex color #EAD9F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD9F9 is #152606. Grayscale: #E1E1E1. Windows color (decimal): -1385991 or 16374250. OLE color: 16374250.

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

Color convert

RGB 234 217 249 -
CMYK 0.06 0.13 0 0.02
HSL 271.88º 0.73% 0.91% -
HSV(B) 271.88º 0.13% 0.98% -
XYZ 75.84 73.96 99.9 -
YUV 225.73 141.13 133.9 -
System Red Green Blue C M Y K H S L
Decimal 234 217 249 0.06 0.13 0 0.02 271.88 0.73 0.91
Hex EA D9 F9 6 D 0 2 110 49 5B
Octal 352 331 371 6 15 0 2 420 111 133
Binary 11101010 11011001 11111001 110 1101 0 10 100010000 1001001 1011011

Color Harmonies of #EAD9F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD9F9

Black with #EAD9F9

Text Example


Text Example

White with #EAD9F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD9F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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