Html Css Color HEX #EED1F7 Blue Chalk

📋 copy color: '#EED1F7'

red 238 ◦ green 209 ◦ blue 247

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

Shades of Blue Chalk #EED1F7

Tints of Blue Chalk #EED1F7

RGB

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

 GREEN value IS 209 (82.03% from 255) = 30.12%

 BLUE value IS 247 (96.88% from 255) = 35.59%

R = 34.29%
G = 30.12%
B = 35.59%

CMYK

 C value IS 0.04

 M value IS 0.15

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EED1F7 (or 0xEED1F7) is known color: Blue Chalk. HEX triplet: EE, D1 and F7. RGB value is (238,209,247). Sum of RGB (Red+Green+Blue) = 238+209+247=694 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.29% from 694); Green value is 209 (82.03% from 255 or 30.12% from 694); Blue value is 247 (96.88% from 255 or 35.59% from 694); Max value from RGB is 247 - color contains mainly: blue. Hex color #EED1F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED1F7 is #112E08. Grayscale: #DDDDDD. Windows color (decimal): -1125897 or 16241134. OLE color: 16241134.

HSL color Cylindrical-coordinate representation of color #EED1F7: hue angle of 285.79º degrees, saturation: 0.7, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EED1F7 is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 238 209 247 -
CMYK 0.04 0.15 0 0.03
HSL 285.79º 0.7% 0.89% -
HSV(B) 285.79º 0.15% 0.97% -
XYZ 74.85 70.49 97.66 -
YUV 222 142.11 139.41 -
System Red Green Blue C M Y K H S L
Decimal 238 209 247 0.04 0.15 0 0.03 285.79 0.7 0.89
Hex EE D1 F7 4 F 0 3 11E 46 59
Octal 356 321 367 4 17 0 3 436 106 131
Binary 11101110 11010001 11110111 100 1111 0 11 100011110 1000110 1011001

Color Harmonies of #EED1F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED1F7

Black with #EED1F7

Text Example


Text Example

White with #EED1F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED1F7; }

 p { color: rgb(238,209,247); }

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

background-color css

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

 a { background-color: rgb(238,209,247); }

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

border-color css

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

 span { border-color: rgb(238,209,247); }

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