Html Css Color HEX #EAD8F0 Blue Chalk

📋 copy color: '#EAD8F0'

red 234 ◦ green 216 ◦ blue 240

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

Shades of Blue Chalk #EAD8F0

Tints of Blue Chalk #EAD8F0

RGB

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

 GREEN value IS 216 (84.77% from 255) = 31.3%

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

R = 33.91%
G = 31.3%
B = 34.78%

CMYK

 C value IS 0.02

 M value IS 0.1

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EAD8F0 (or 0xEAD8F0) is known color: Blue Chalk. HEX triplet: EA, D8 and F0. RGB value is (234,216,240). Sum of RGB (Red+Green+Blue) = 234+216+240=690 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.91% from 690); Green value is 216 (84.77% from 255 or 31.30% from 690); Blue value is 240 (94.14% from 255 or 34.78% from 690); Max value from RGB is 240 - color contains mainly: blue. Hex color #EAD8F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD8F0 is #15270F. Grayscale: #E0E0E0. Windows color (decimal): -1386256 or 15784170. OLE color: 15784170.

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

Color convert

RGB 234 216 240 -
CMYK 0.02 0.1 0 0.06
HSL 285º 0.44% 0.89% -
HSV(B) 285º 0.1% 0.94% -
XYZ 74.22 72.9 92.6 -
YUV 224.12 136.96 135.05 -
System Red Green Blue C M Y K H S L
Decimal 234 216 240 0.02 0.1 0 0.06 285 0.44 0.89
Hex EA D8 F0 2 A 0 6 11D 2C 59
Octal 352 330 360 2 12 0 6 435 54 131
Binary 11101010 11011000 11110000 10 1010 0 110 100011101 101100 1011001

Color Harmonies of #EAD8F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD8F0

Black with #EAD8F0

Text Example


Text Example

White with #EAD8F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD8F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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