Html Css Color HEX #EED5D6 Pale Rose

📋 copy color: '#EED5D6'

red 238 ◦ green 213 ◦ blue 214

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

Shades of Pale Rose #EED5D6

Tints of Pale Rose #EED5D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 32.18%

R = 35.79%
G = 32.03%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#EED5D6 (or 0xEED5D6) is known color: Pale Rose. HEX triplet: EE, D5 and D6. RGB value is (238,213,214). Sum of RGB (Red+Green+Blue) = 238+213+214=665 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.79% from 665); Green value is 213 (83.59% from 255 or 32.03% from 665); Blue value is 214 (83.98% from 255 or 32.18% from 665); Max value from RGB is 238 - color contains mainly: red. Hex color #EED5D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED5D6 is #112A29. Grayscale: #DCDCDC. Windows color (decimal): -1124906 or 14079470. OLE color: 14079470.

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

Color convert

RGB 238 213 214 -
CMYK 0 0.11 0.10 0.07
HSL 357.6º 0.42% 0.88% -
HSV(B) 357.6º 0.11% 0.93% -
XYZ 71.19 70.62 73.5 -
YUV 220.59 124.28 140.42 -
System Red Green Blue C M Y K H S L
Decimal 238 213 214 0 0.11 0.10 0.07 357.6 0.42 0.88
Hex EE D5 D6 0 B A 7 166 2A 58
Octal 356 325 326 0 13 12 7 546 52 130
Binary 11101110 11010101 11010110 0 1011 1010 111 101100110 101010 1011000

Color Harmonies of #EED5D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED5D6

Black with #EED5D6

Text Example


Text Example

White with #EED5D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED5D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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