Html Css Color HEX #EED4FE Blue Chalk

📋 copy color: '#EED4FE'

red 238 ◦ green 212 ◦ blue 254

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

Shades of Blue Chalk #EED4FE

Tints of Blue Chalk #EED4FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 36.08%

R = 33.81%
G = 30.11%
B = 36.08%

CMYK

 C value IS 0.06

 M value IS 0.17

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EED4FE (or 0xEED4FE) is known color: Blue Chalk. HEX triplet: EE, D4 and FE. RGB value is (238,212,254). Sum of RGB (Red+Green+Blue) = 238+212+254=704 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.81% from 704); Green value is 212 (83.20% from 255 or 30.11% from 704); Blue value is 254 (99.61% from 255 or 36.08% from 704); Max value from RGB is 254 - color contains mainly: blue. Hex color #EED4FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED4FE is #112B01. Grayscale: #E0E0E0. Windows color (decimal): -1125122 or 16700654. OLE color: 16700654.

HSL color Cylindrical-coordinate representation of color #EED4FE: hue angle of 277.14º degrees, saturation: 0.95, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EED4FE is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 238 212 254 -
CMYK 0.06 0.17 0 0.00
HSL 277.14º 0.95% 0.91% -
HSV(B) 277.14º 0.17% 1% -
XYZ 76.69 72.42 103.7 -
YUV 224.56 144.61 137.58 -
System Red Green Blue C M Y K H S L
Decimal 238 212 254 0.06 0.17 0 0.00 277.14 0.95 0.91
Hex EE D4 FE 6 11 0 0 115 5F 5B
Octal 356 324 376 6 21 0 0 425 137 133
Binary 11101110 11010100 11111110 110 10001 0 0 100010101 1011111 1011011

Color Harmonies of #EED4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED4FE

Black with #EED4FE

Text Example


Text Example

White with #EED4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED4FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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