Html Css Color HEX #EED8DE Pale Rose

📋 copy color: '#EED8DE'

red 238 ◦ green 216 ◦ blue 222

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

Shades of Pale Rose #EED8DE

Tints of Pale Rose #EED8DE

RGB

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

 GREEN value IS 216 (84.77% from 255) = 31.95%

 BLUE value IS 222 (87.11% from 255) = 32.84%

R = 35.21%
G = 31.95%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EED8DE (or 0xEED8DE) is known color: Pale Rose. HEX triplet: EE, D8 and DE. RGB value is (238,216,222). Sum of RGB (Red+Green+Blue) = 238+216+222=676 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.21% from 676); Green value is 216 (84.77% from 255 or 31.95% from 676); Blue value is 222 (87.11% from 255 or 32.84% from 676); Max value from RGB is 238 - color contains mainly: red. Hex color #EED8DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED8DE is #112721. Grayscale: #DFDFDF. Windows color (decimal): -1124130 or 14604526. OLE color: 14604526.

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

Color convert

RGB 238 216 222 -
CMYK 0 0.09 0.07 0.07
HSL 343.64º 0.39% 0.89% -
HSV(B) 343.64º 0.09% 0.93% -
XYZ 73 72.56 79.27 -
YUV 223.26 127.29 138.51 -
System Red Green Blue C M Y K H S L
Decimal 238 216 222 0 0.09 0.07 0.07 343.64 0.39 0.89
Hex EE D8 DE 0 9 7 7 158 27 59
Octal 356 330 336 0 11 7 7 530 47 131
Binary 11101110 11011000 11011110 0 1001 111 111 101011000 100111 1011001

Color Harmonies of #EED8DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED8DE

Black with #EED8DE

Text Example


Text Example

White with #EED8DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED8DE; }

 p { color: rgb(238,216,222); }

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

background-color css

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

 a { background-color: rgb(238,216,222); }

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

border-color css

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

 span { border-color: rgb(238,216,222); }

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