Html Css Color HEX #EED8FE Blue Chalk

📋 copy color: '#EED8FE'

red 238 ◦ green 216 ◦ blue 254

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

Shades of Blue Chalk #EED8FE

Tints of Blue Chalk #EED8FE

RGB

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

 GREEN value IS 216 (84.77% from 255) = 30.51%

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

R = 33.62%
G = 30.51%
B = 35.88%

CMYK

 C value IS 0.06

 M value IS 0.15

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EED8FE (or 0xEED8FE) is known color: Blue Chalk. HEX triplet: EE, D8 and FE. RGB value is (238,216,254). Sum of RGB (Red+Green+Blue) = 238+216+254=708 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.62% from 708); Green value is 216 (84.77% from 255 or 30.51% from 708); Blue value is 254 (99.61% from 255 or 35.88% from 708); Max value from RGB is 254 - color contains mainly: blue. Hex color #EED8FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED8FE is #112701. Grayscale: #E2E2E2. Windows color (decimal): -1124098 or 16701678. OLE color: 16701678.

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

Color convert

RGB 238 216 254 -
CMYK 0.06 0.15 0 0.00
HSL 274.74º 0.95% 0.92% -
HSV(B) 274.74º 0.15% 1% -
XYZ 77.71 74.44 104.04 -
YUV 226.91 143.29 135.91 -
System Red Green Blue C M Y K H S L
Decimal 238 216 254 0.06 0.15 0 0.00 274.74 0.95 0.92
Hex EE D8 FE 6 F 0 0 113 5F 5C
Octal 356 330 376 6 17 0 0 423 137 134
Binary 11101110 11011000 11111110 110 1111 0 0 100010011 1011111 1011100

Color Harmonies of #EED8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED8FE

Black with #EED8FE

Text Example


Text Example

White with #EED8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED8FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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