Html Css Color HEX #EED5DD Pale Rose

📋 copy color: '#EED5DD'

red 238 ◦ green 213 ◦ blue 221

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

Shades of Pale Rose #EED5DD

Tints of Pale Rose #EED5DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 32.89%

R = 35.42%
G = 31.7%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EED5DD (or 0xEED5DD) is known color: Pale Rose. HEX triplet: EE, D5 and DD. RGB value is (238,213,221). Sum of RGB (Red+Green+Blue) = 238+213+221=672 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.42% from 672); Green value is 213 (83.59% from 255 or 31.70% from 672); Blue value is 221 (86.72% from 255 or 32.89% from 672); Max value from RGB is 238 - color contains mainly: red. Hex color #EED5DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED5DD is #112A22. Grayscale: #DDDDDD. Windows color (decimal): -1124899 or 14538222. OLE color: 14538222.

HSL color Cylindrical-coordinate representation of color #EED5DD: hue angle of 340.8º 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 #EED5DD is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 213 221 -
CMYK 0 0.11 0.07 0.07
HSL 340.8º 0.42% 0.88% -
HSV(B) 340.8º 0.11% 0.93% -
XYZ 72.11 70.99 78.31 -
YUV 221.39 127.78 139.85 -
System Red Green Blue C M Y K H S L
Decimal 238 213 221 0 0.11 0.07 0.07 340.8 0.42 0.88
Hex EE D5 DD 0 B 7 7 155 2A 58
Octal 356 325 335 0 13 7 7 525 52 130
Binary 11101110 11010101 11011101 0 1011 111 111 101010101 101010 1011000

Color Harmonies of #EED5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED5DD

Black with #EED5DD

Text Example


Text Example

White with #EED5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED5DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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