Html Css Color HEX #EED8DC Pale Rose

📋 copy color: '#EED8DC'

red 238 ◦ green 216 ◦ blue 220

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

Shades of Pale Rose #EED8DC

Tints of Pale Rose #EED8DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 32.64%

R = 35.31%
G = 32.05%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EED8DC (or 0xEED8DC) is known color: Pale Rose. HEX triplet: EE, D8 and DC. RGB value is (238,216,220). Sum of RGB (Red+Green+Blue) = 238+216+220=674 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.31% from 674); Green value is 216 (84.77% from 255 or 32.05% from 674); Blue value is 220 (86.33% from 255 or 32.64% from 674); Max value from RGB is 238 - color contains mainly: red. Hex color #EED8DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED8DC is #112723. Grayscale: #DFDFDF. Windows color (decimal): -1124132 or 14473454. OLE color: 14473454.

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

Color convert

RGB 238 216 220 -
CMYK 0 0.09 0.08 0.07
HSL 349.09º 0.39% 0.89% -
HSV(B) 349.09º 0.09% 0.93% -
XYZ 72.73 72.46 77.86 -
YUV 223.03 126.29 138.67 -
System Red Green Blue C M Y K H S L
Decimal 238 216 220 0 0.09 0.08 0.07 349.09 0.39 0.89
Hex EE D8 DC 0 9 8 7 15D 27 59
Octal 356 330 334 0 11 10 7 535 47 131
Binary 11101110 11011000 11011100 0 1001 1000 111 101011101 100111 1011001

Color Harmonies of #EED8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED8DC

Black with #EED8DC

Text Example


Text Example

White with #EED8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED8DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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