Html Css Color HEX #EED4F9 Blue Chalk

📋 copy color: '#EED4F9'

red 238 ◦ green 212 ◦ blue 249

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

Shades of Blue Chalk #EED4F9

Tints of Blue Chalk #EED4F9

RGB

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

 GREEN value IS 212 (83.2% from 255) = 30.33%

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

R = 34.05%
G = 30.33%
B = 35.62%

CMYK

 C value IS 0.04

 M value IS 0.15

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EED4F9 (or 0xEED4F9) is known color: Blue Chalk. HEX triplet: EE, D4 and F9. RGB value is (238,212,249). Sum of RGB (Red+Green+Blue) = 238+212+249=699 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.05% from 699); Green value is 212 (83.20% from 255 or 30.33% from 699); Blue value is 249 (97.66% from 255 or 35.62% from 699); Max value from RGB is 249 - color contains mainly: blue. Hex color #EED4F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED4F9 is #112B06. Grayscale: #DFDFDF. Windows color (decimal): -1125127 or 16372974. OLE color: 16372974.

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

Color convert

RGB 238 212 249 -
CMYK 0.04 0.15 0 0.02
HSL 282.16º 0.76% 0.9% -
HSV(B) 282.16º 0.15% 0.98% -
XYZ 75.9 72.1 99.54 -
YUV 223.99 142.11 137.99 -
System Red Green Blue C M Y K H S L
Decimal 238 212 249 0.04 0.15 0 0.02 282.16 0.76 0.9
Hex EE D4 F9 4 F 0 2 11A 4C 5A
Octal 356 324 371 4 17 0 2 432 114 132
Binary 11101110 11010100 11111001 100 1111 0 10 100011010 1001100 1011010

Color Harmonies of #EED4F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED4F9

Black with #EED4F9

Text Example


Text Example

White with #EED4F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED4F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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