Html Css Color HEX #EED9FA Blue Chalk

📋 copy color: '#EED9FA'

red 238 ◦ green 217 ◦ blue 250

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

Shades of Blue Chalk #EED9FA

Tints of Blue Chalk #EED9FA

RGB

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

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

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

R = 33.76%
G = 30.78%
B = 35.46%

CMYK

 C value IS 0.05

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EED9FA (or 0xEED9FA) is known color: Blue Chalk. HEX triplet: EE, D9 and FA. RGB value is (238,217,250). Sum of RGB (Red+Green+Blue) = 238+217+250=705 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.76% from 705); Green value is 217 (85.16% from 255 or 30.78% from 705); Blue value is 250 (98.05% from 255 or 35.46% from 705); Max value from RGB is 250 - color contains mainly: blue. Hex color #EED9FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED9FA is #112605. Grayscale: #E2E2E2. Windows color (decimal): -1123846 or 16439790. OLE color: 16439790.

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

Color convert

RGB 238 217 250 -
CMYK 0.05 0.13 0 0.02
HSL 278.18º 0.77% 0.92% -
HSV(B) 278.18º 0.13% 0.98% -
XYZ 77.33 74.7 100.79 -
YUV 227.04 140.96 135.82 -
System Red Green Blue C M Y K H S L
Decimal 238 217 250 0.05 0.13 0 0.02 278.18 0.77 0.92
Hex EE D9 FA 5 D 0 2 116 4D 5C
Octal 356 331 372 5 15 0 2 426 115 134
Binary 11101110 11011001 11111010 101 1101 0 10 100010110 1001101 1011100

Color Harmonies of #EED9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED9FA

Black with #EED9FA

Text Example


Text Example

White with #EED9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED9FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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