Html Css Color HEX #EED1D4 Pale Rose

📋 copy color: '#EED1D4'

red 238 ◦ green 209 ◦ blue 212

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

Shades of Pale Rose #EED1D4

Tints of Pale Rose #EED1D4

RGB

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

 GREEN value IS 209 (82.03% from 255) = 31.71%

 BLUE value IS 212 (83.2% from 255) = 32.17%

R = 36.12%
G = 31.71%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EED1D4 (or 0xEED1D4) is known color: Pale Rose. HEX triplet: EE, D1 and D4. RGB value is (238,209,212). Sum of RGB (Red+Green+Blue) = 238+209+212=659 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.12% from 659); Green value is 209 (82.03% from 255 or 31.71% from 659); Blue value is 212 (83.20% from 255 or 32.17% from 659); Max value from RGB is 238 - color contains mainly: red. Hex color #EED1D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED1D4 is #112E2B. Grayscale: #DADADA. Windows color (decimal): -1125932 or 13947374. OLE color: 13947374.

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

Color convert

RGB 238 209 212 -
CMYK 0 0.12 0.11 0.07
HSL 353.79º 0.46% 0.88% -
HSV(B) 353.79º 0.12% 0.93% -
XYZ 69.94 68.53 71.83 -
YUV 218.01 124.61 142.26 -
System Red Green Blue C M Y K H S L
Decimal 238 209 212 0 0.12 0.11 0.07 353.79 0.46 0.88
Hex EE D1 D4 0 C B 7 162 2E 58
Octal 356 321 324 0 14 13 7 542 56 130
Binary 11101110 11010001 11010100 0 1100 1011 111 101100010 101110 1011000

Color Harmonies of #EED1D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED1D4

Black with #EED1D4

Text Example


Text Example

White with #EED1D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED1D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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