Html Css Color HEX #EED5F9 Blue Chalk

📋 copy color: '#EED5F9'

red 238 ◦ green 213 ◦ blue 249

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

Shades of Blue Chalk #EED5F9

Tints of Blue Chalk #EED5F9

RGB

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

 GREEN value IS 213 (83.59% from 255) = 30.43%

 BLUE value IS 249 (97.66% from 255) = 35.57%

R = 34%
G = 30.43%
B = 35.57%

CMYK

 C value IS 0.04

 M value IS 0.14

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EED5F9 (or 0xEED5F9) is known color: Blue Chalk. HEX triplet: EE, D5 and F9. RGB value is (238,213,249). Sum of RGB (Red+Green+Blue) = 238+213+249=700 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34% from 700); Green value is 213 (83.59% from 255 or 30.43% from 700); Blue value is 249 (97.66% from 255 or 35.57% from 700); Max value from RGB is 249 - color contains mainly: blue. Hex color #EED5F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED5F9 is #112A06. Grayscale: #E0E0E0. Windows color (decimal): -1124871 or 16373230. OLE color: 16373230.

HSL color Cylindrical-coordinate representation of color #EED5F9: hue angle of 281.67º degrees, saturation: 0.75, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EED5F9 is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 238 213 249 -
CMYK 0.04 0.14 0 0.02
HSL 281.67º 0.75% 0.91% -
HSV(B) 281.67º 0.14% 0.98% -
XYZ 76.15 72.61 99.62 -
YUV 224.58 141.78 137.57 -
System Red Green Blue C M Y K H S L
Decimal 238 213 249 0.04 0.14 0 0.02 281.67 0.75 0.91
Hex EE D5 F9 4 E 0 2 11A 4B 5B
Octal 356 325 371 4 16 0 2 432 113 133
Binary 11101110 11010101 11111001 100 1110 0 10 100011010 1001011 1011011

Color Harmonies of #EED5F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED5F9

Black with #EED5F9

Text Example


Text Example

White with #EED5F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED5F9; }

 p { color: rgb(238,213,249); }

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

background-color css

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

 a { background-color: rgb(238,213,249); }

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

border-color css

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

 span { border-color: rgb(238,213,249); }

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