Html Css Color HEX #EED2FA Blue Chalk

📋 copy color: '#EED2FA'

red 238 ◦ green 210 ◦ blue 250

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

Shades of Blue Chalk #EED2FA

Tints of Blue Chalk #EED2FA

RGB

 RED value IS 238 (93.36% from 255) = 34.1%

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

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

R = 34.1%
G = 30.09%
B = 35.82%

CMYK

 C value IS 0.05

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EED2FA (or 0xEED2FA) is known color: Blue Chalk. HEX triplet: EE, D2 and FA. RGB value is (238,210,250). Sum of RGB (Red+Green+Blue) = 238+210+250=698 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.10% from 698); Green value is 210 (82.42% from 255 or 30.09% from 698); Blue value is 250 (98.05% from 255 or 35.82% from 698); Max value from RGB is 250 - color contains mainly: blue. Hex color #EED2FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED2FA is #112D05. Grayscale: #DEDEDE. Windows color (decimal): -1125638 or 16437998. OLE color: 16437998.

HSL color Cylindrical-coordinate representation of color #EED2FA: hue angle of 282º 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 #EED2FA is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 238 210 250 -
CMYK 0.05 0.16 0 0.02
HSL 282º 0.8% 0.9% -
HSV(B) 282º 0.16% 0.98% -
XYZ 75.56 71.17 100.2 -
YUV 222.93 143.28 138.75 -
System Red Green Blue C M Y K H S L
Decimal 238 210 250 0.05 0.16 0 0.02 282 0.8 0.9
Hex EE D2 FA 5 10 0 2 11A 50 5A
Octal 356 322 372 5 20 0 2 432 120 132
Binary 11101110 11010010 11111010 101 10000 0 10 100011010 1010000 1011010

Color Harmonies of #EED2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED2FA

Black with #EED2FA

Text Example


Text Example

White with #EED2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED2FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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