Html Css Color HEX #EED7F9 Blue Chalk

📋 copy color: '#EED7F9'

red 238 ◦ green 215 ◦ blue 249

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

Shades of Blue Chalk #EED7F9

Tints of Blue Chalk #EED7F9

RGB

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

 GREEN value IS 215 (84.38% from 255) = 30.63%

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

R = 33.9%
G = 30.63%
B = 35.47%

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

#EED7F9 (or 0xEED7F9) is known color: Blue Chalk. HEX triplet: EE, D7 and F9. RGB value is (238,215,249). Sum of RGB (Red+Green+Blue) = 238+215+249=702 (92% of max value = 765). Red value is 238 (93.36% from 255 or 33.90% from 702); Green value is 215 (84.38% from 255 or 30.63% from 702); Blue value is 249 (97.66% from 255 or 35.47% from 702); Max value from RGB is 249 - color contains mainly: blue. Hex color #EED7F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED7F9 is #112806. Grayscale: #E1E1E1. Windows color (decimal): -1124359 or 16373742. OLE color: 16373742.

HSL color Cylindrical-coordinate representation of color #EED7F9: hue angle of 280.59º degrees, saturation: 0.74, 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 #EED7F9 is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 238 215 249 -
CMYK 0.04 0.14 0 0.02
HSL 280.59º 0.74% 0.91% -
HSV(B) 280.59º 0.14% 0.98% -
XYZ 76.66 73.62 99.79 -
YUV 225.75 141.12 136.74 -
System Red Green Blue C M Y K H S L
Decimal 238 215 249 0.04 0.14 0 0.02 280.59 0.74 0.91
Hex EE D7 F9 4 E 0 2 119 4A 5B
Octal 356 327 371 4 16 0 2 431 112 133
Binary 11101110 11010111 11111001 100 1110 0 10 100011001 1001010 1011011

Color Harmonies of #EED7F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED7F9

Black with #EED7F9

Text Example


Text Example

White with #EED7F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED7F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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