Html Css Color HEX #EED1FE Blue Chalk

📋 copy color: '#EED1FE'

red 238 ◦ green 209 ◦ blue 254

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

Shades of Blue Chalk #EED1FE

Tints of Blue Chalk #EED1FE

RGB

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

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

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

R = 33.95%
G = 29.81%
B = 36.23%

CMYK

 C value IS 0.06

 M value IS 0.18

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EED1FE (or 0xEED1FE) is known color: Blue Chalk. HEX triplet: EE, D1 and FE. RGB value is (238,209,254). Sum of RGB (Red+Green+Blue) = 238+209+254=701 (92% of max value = 765). Red value is 238 (93.36% from 255 or 33.95% from 701); Green value is 209 (82.03% from 255 or 29.81% from 701); Blue value is 254 (99.61% from 255 or 36.23% from 701); Max value from RGB is 254 - color contains mainly: blue. Hex color #EED1FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED1FE is #112E01. Grayscale: #DEDEDE. Windows color (decimal): -1125890 or 16699886. OLE color: 16699886.

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

Color convert

RGB 238 209 254 -
CMYK 0.06 0.18 0 0.00
HSL 278.67º 0.96% 0.91% -
HSV(B) 278.67º 0.18% 1% -
XYZ 75.95 70.93 103.45 -
YUV 222.8 145.61 138.84 -
System Red Green Blue C M Y K H S L
Decimal 238 209 254 0.06 0.18 0 0.00 278.67 0.96 0.91
Hex EE D1 FE 6 12 0 0 117 60 5B
Octal 356 321 376 6 22 0 0 427 140 133
Binary 11101110 11010001 11111110 110 10010 0 0 100010111 1100000 1011011

Color Harmonies of #EED1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED1FE

Black with #EED1FE

Text Example


Text Example

White with #EED1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED1FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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