Html Css Color HEX #EED9FF Blue Chalk

📋 copy color: '#EED9FF'

red 238 ◦ green 217 ◦ blue 255

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

Shades of Blue Chalk #EED9FF

Tints of Blue Chalk #EED9FF

RGB

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

 GREEN value IS 217 (85.16% from 255) = 30.56%

 BLUE value IS 255 (100% from 255) = 35.92%

R = 33.52%
G = 30.56%
B = 35.92%

CMYK

 C value IS 0.07

 M value IS 0.15

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EED9FF (or 0xEED9FF) is known color: Blue Chalk. HEX triplet: EE, D9 and FF. RGB value is (238,217,255). Sum of RGB (Red+Green+Blue) = 238+217+255=710 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.52% from 710); Green value is 217 (85.16% from 255 or 30.56% from 710); Blue value is 255 (100% from 255 or 35.92% from 710); Max value from RGB is 255 - color contains mainly: blue. Hex color #EED9FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED9FF is #112600. Grayscale: #E3E3E3. Windows color (decimal): -1123841 or 16767470. OLE color: 16767470.

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

Color convert

RGB 238 217 255 -
CMYK 0.07 0.15 0 0
HSL 273.16º 1% 0.93% -
HSV(B) 273.16º 0.15% 1% -
XYZ 78.12 75.02 104.97 -
YUV 227.61 143.46 135.41 -
System Red Green Blue C M Y K H S L
Decimal 238 217 255 0.07 0.15 0 0 273.16 1 0.93
Hex EE D9 FF 7 F 0 0 111 64 5D
Octal 356 331 377 7 17 0 0 421 144 135
Binary 11101110 11011001 11111111 111 1111 0 0 100010001 1100100 1011101

Color Harmonies of #EED9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED9FF

Black with #EED9FF

Text Example


Text Example

White with #EED9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED9FF; }

 p { color: rgb(238,217,255); }

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

background-color css

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

 a { background-color: rgb(238,217,255); }

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

border-color css

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

 span { border-color: rgb(238,217,255); }

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