Html Css Color HEX #EED0D1 Pale Rose

📋 copy color: '#EED0D1'

red 238 ◦ green 208 ◦ blue 209

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

Shades of Pale Rose #EED0D1

Tints of Pale Rose #EED0D1

RGB

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

 GREEN value IS 208 (81.64% from 255) = 31.76%

 BLUE value IS 209 (82.03% from 255) = 31.91%

R = 36.34%
G = 31.76%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#EED0D1 (or 0xEED0D1) is known color: Pale Rose. HEX triplet: EE, D0 and D1. RGB value is (238,208,209). Sum of RGB (Red+Green+Blue) = 238+208+209=655 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.34% from 655); Green value is 208 (81.64% from 255 or 31.76% from 655); Blue value is 209 (82.03% from 255 or 31.91% from 655); Max value from RGB is 238 - color contains mainly: red. Hex color #EED0D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED0D1 is #112F2E. Grayscale: #D9D9D9. Windows color (decimal): -1126191 or 13750510. OLE color: 13750510.

HSL color Cylindrical-coordinate representation of color #EED0D1: hue angle of 358º degrees, saturation: 0.47, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EED0D1 is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 208 209 -
CMYK 0 0.13 0.12 0.07
HSL 358º 0.47% 0.87% -
HSV(B) 358º 0.13% 0.93% -
XYZ 69.32 67.89 69.77 -
YUV 217.08 123.44 142.92 -
System Red Green Blue C M Y K H S L
Decimal 238 208 209 0 0.13 0.12 0.07 358 0.47 0.87
Hex EE D0 D1 0 D C 7 166 2F 57
Octal 356 320 321 0 15 14 7 546 57 127
Binary 11101110 11010000 11010001 0 1101 1100 111 101100110 101111 1010111

Color Harmonies of #EED0D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED0D1

Black with #EED0D1

Text Example


Text Example

White with #EED0D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED0D1; }

 p { color: rgb(238,208,209); }

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

background-color css

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

 a { background-color: rgb(238,208,209); }

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

border-color css

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

 span { border-color: rgb(238,208,209); }

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