Html Css Color HEX #EAD9F0 Blue Chalk

📋 copy color: '#EAD9F0'

red 234 ◦ green 217 ◦ blue 240

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

Shades of Blue Chalk #EAD9F0

Tints of Blue Chalk #EAD9F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 34.73%

R = 33.86%
G = 31.4%
B = 34.73%

CMYK

 C value IS 0.02

 M value IS 0.10

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EAD9F0 (or 0xEAD9F0) is known color: Blue Chalk. HEX triplet: EA, D9 and F0. RGB value is (234,217,240). Sum of RGB (Red+Green+Blue) = 234+217+240=691 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.86% from 691); Green value is 217 (85.16% from 255 or 31.40% from 691); Blue value is 240 (94.14% from 255 or 34.73% from 691); Max value from RGB is 240 - color contains mainly: blue. Hex color #EAD9F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD9F0 is #15260F. Grayscale: #E0E0E0. Windows color (decimal): -1386000 or 15784426. OLE color: 15784426.

HSL color Cylindrical-coordinate representation of color #EAD9F0: hue angle of 284.35º degrees, saturation: 0.43, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EAD9F0 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 234 217 240 -
CMYK 0.02 0.10 0 0.06
HSL 284.35º 0.43% 0.9% -
HSV(B) 284.35º 0.1% 0.94% -
XYZ 74.47 73.41 92.68 -
YUV 224.71 136.63 134.63 -
System Red Green Blue C M Y K H S L
Decimal 234 217 240 0.02 0.10 0 0.06 284.35 0.43 0.9
Hex EA D9 F0 2 A 0 6 11C 2B 5A
Octal 352 331 360 2 12 0 6 434 53 132
Binary 11101010 11011001 11110000 10 1010 0 110 100011100 101011 1011010

Color Harmonies of #EAD9F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD9F0

Black with #EAD9F0

Text Example


Text Example

White with #EAD9F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD9F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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