Html Css Color HEX #EED5D9 Pale Rose

📋 copy color: '#EED5D9'

red 238 ◦ green 213 ◦ blue 217

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

Shades of Pale Rose #EED5D9

Tints of Pale Rose #EED5D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 32.49%

R = 35.63%
G = 31.89%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#EED5D9 (or 0xEED5D9) is known color: Pale Rose. HEX triplet: EE, D5 and D9. RGB value is (238,213,217). Sum of RGB (Red+Green+Blue) = 238+213+217=668 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.63% from 668); Green value is 213 (83.59% from 255 or 31.89% from 668); Blue value is 217 (85.16% from 255 or 32.49% from 668); Max value from RGB is 238 - color contains mainly: red. Hex color #EED5D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED5D9 is #112A26. Grayscale: #DCDCDC. Windows color (decimal): -1124903 or 14276078. OLE color: 14276078.

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

Color convert

RGB 238 213 217 -
CMYK 0 0.11 0.09 0.07
HSL 350.4º 0.42% 0.88% -
HSV(B) 350.4º 0.11% 0.93% -
XYZ 71.58 70.78 75.53 -
YUV 220.93 125.78 140.17 -
System Red Green Blue C M Y K H S L
Decimal 238 213 217 0 0.11 0.09 0.07 350.4 0.42 0.88
Hex EE D5 D9 0 B 9 7 15E 2A 58
Octal 356 325 331 0 13 11 7 536 52 130
Binary 11101110 11010101 11011001 0 1011 1001 111 101011110 101010 1011000

Color Harmonies of #EED5D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED5D9

Black with #EED5D9

Text Example


Text Example

White with #EED5D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED5D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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