Html Css Color HEX #EED5FE Blue Chalk

📋 copy color: '#EED5FE'

red 238 ◦ green 213 ◦ blue 254

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

Shades of Blue Chalk #EED5FE

Tints of Blue Chalk #EED5FE

RGB

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

 GREEN value IS 213 (83.59% from 255) = 30.21%

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

R = 33.76%
G = 30.21%
B = 36.03%

CMYK

 C value IS 0.06

 M value IS 0.16

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EED5FE (or 0xEED5FE) is known color: Blue Chalk. HEX triplet: EE, D5 and FE. RGB value is (238,213,254). Sum of RGB (Red+Green+Blue) = 238+213+254=705 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.76% from 705); Green value is 213 (83.59% from 255 or 30.21% from 705); Blue value is 254 (99.61% from 255 or 36.03% from 705); Max value from RGB is 254 - color contains mainly: blue. Hex color #EED5FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED5FE is #112A01. Grayscale: #E1E1E1. Windows color (decimal): -1124866 or 16700910. OLE color: 16700910.

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

Color convert

RGB 238 213 254 -
CMYK 0.06 0.16 0 0.00
HSL 276.59º 0.95% 0.92% -
HSV(B) 276.59º 0.16% 1% -
XYZ 76.94 72.92 103.79 -
YUV 225.15 144.28 137.17 -
System Red Green Blue C M Y K H S L
Decimal 238 213 254 0.06 0.16 0 0.00 276.59 0.95 0.92
Hex EE D5 FE 6 10 0 0 115 5F 5C
Octal 356 325 376 6 20 0 0 425 137 134
Binary 11101110 11010101 11111110 110 10000 0 0 100010101 1011111 1011100

Color Harmonies of #EED5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED5FE

Black with #EED5FE

Text Example


Text Example

White with #EED5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED5FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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