Html Css Color HEX #EAD2FA Blue Chalk

📋 copy color: '#EAD2FA'

red 234 ◦ green 210 ◦ blue 250

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

Shades of Blue Chalk #EAD2FA

Tints of Blue Chalk #EAD2FA

RGB

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

 GREEN value IS 210 (82.42% from 255) = 30.26%

 BLUE value IS 250 (98.05% from 255) = 36.02%

R = 33.72%
G = 30.26%
B = 36.02%

CMYK

 C value IS 0.06

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EAD2FA (or 0xEAD2FA) is known color: Blue Chalk. HEX triplet: EA, D2 and FA. RGB value is (234,210,250). Sum of RGB (Red+Green+Blue) = 234+210+250=694 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.72% from 694); Green value is 210 (82.42% from 255 or 30.26% from 694); Blue value is 250 (98.05% from 255 or 36.02% from 694); Max value from RGB is 250 - color contains mainly: blue. Hex color #EAD2FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD2FA is #152D05. Grayscale: #DDDDDD. Windows color (decimal): -1387782 or 16437994. OLE color: 16437994.

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

Color convert

RGB 234 210 250 -
CMYK 0.06 0.16 0 0.02
HSL 276º 0.8% 0.9% -
HSV(B) 276º 0.16% 0.98% -
XYZ 74.23 70.49 100.14 -
YUV 221.74 143.95 136.75 -
System Red Green Blue C M Y K H S L
Decimal 234 210 250 0.06 0.16 0 0.02 276 0.8 0.9
Hex EA D2 FA 6 10 0 2 114 50 5A
Octal 352 322 372 6 20 0 2 424 120 132
Binary 11101010 11010010 11111010 110 10000 0 10 100010100 1010000 1011010

Color Harmonies of #EAD2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD2FA

Black with #EAD2FA

Text Example


Text Example

White with #EAD2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD2FA; }

 p { color: rgb(234,210,250); }

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

background-color css

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

 a { background-color: rgb(234,210,250); }

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

border-color css

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

 span { border-color: rgb(234,210,250); }

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