Html Css Color HEX #EED7FE Blue Chalk

📋 copy color: '#EED7FE'

red 238 ◦ green 215 ◦ blue 254

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

Shades of Blue Chalk #EED7FE

Tints of Blue Chalk #EED7FE

RGB

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

 GREEN value IS 215 (84.38% from 255) = 30.41%

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

R = 33.66%
G = 30.41%
B = 35.93%

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

#EED7FE (or 0xEED7FE) is known color: Blue Chalk. HEX triplet: EE, D7 and FE. RGB value is (238,215,254). Sum of RGB (Red+Green+Blue) = 238+215+254=707 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.66% from 707); Green value is 215 (84.38% from 255 or 30.41% from 707); Blue value is 254 (99.61% from 255 or 35.93% from 707); Max value from RGB is 254 - color contains mainly: blue. Hex color #EED7FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED7FE is #112801. Grayscale: #E2E2E2. Windows color (decimal): -1124354 or 16701422. OLE color: 16701422.

HSL color Cylindrical-coordinate representation of color #EED7FE: hue angle of 275.38º 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 #EED7FE is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 238 215 254 -
CMYK 0.06 0.15 0 0.00
HSL 275.38º 0.95% 0.92% -
HSV(B) 275.38º 0.15% 1% -
XYZ 77.45 73.93 103.95 -
YUV 226.32 143.62 136.33 -
System Red Green Blue C M Y K H S L
Decimal 238 215 254 0.06 0.15 0 0.00 275.38 0.95 0.92
Hex EE D7 FE 6 F 0 0 113 5F 5C
Octal 356 327 376 6 17 0 0 423 137 134
Binary 11101110 11010111 11111110 110 1111 0 0 100010011 1011111 1011100

Color Harmonies of #EED7FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED7FE

Black with #EED7FE

Text Example


Text Example

White with #EED7FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED7FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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