Html Css Color HEX #EED7DC Pale Rose

📋 copy color: '#EED7DC'

red 238 ◦ green 215 ◦ blue 220

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

Shades of Pale Rose #EED7DC

Tints of Pale Rose #EED7DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 32.69%

R = 35.36%
G = 31.95%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EED7DC (or 0xEED7DC) is known color: Pale Rose. HEX triplet: EE, D7 and DC. RGB value is (238,215,220). Sum of RGB (Red+Green+Blue) = 238+215+220=673 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.36% from 673); Green value is 215 (84.38% from 255 or 31.95% from 673); Blue value is 220 (86.33% from 255 or 32.69% from 673); Max value from RGB is 238 - color contains mainly: red. Hex color #EED7DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED7DC is #112823. Grayscale: #DEDEDE. Windows color (decimal): -1124388 or 14473198. OLE color: 14473198.

HSL color Cylindrical-coordinate representation of color #EED7DC: hue angle of 346.96º degrees, saturation: 0.4, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EED7DC is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 215 220 -
CMYK 0 0.10 0.08 0.07
HSL 346.96º 0.4% 0.89% -
HSV(B) 346.96º 0.1% 0.93% -
XYZ 72.48 71.95 77.78 -
YUV 222.45 126.62 139.09 -
System Red Green Blue C M Y K H S L
Decimal 238 215 220 0 0.10 0.08 0.07 346.96 0.4 0.89
Hex EE D7 DC 0 A 8 7 15B 28 59
Octal 356 327 334 0 12 10 7 533 50 131
Binary 11101110 11010111 11011100 0 1010 1000 111 101011011 101000 1011001

Color Harmonies of #EED7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED7DC

Black with #EED7DC

Text Example


Text Example

White with #EED7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED7DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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