Html Css Color HEX #EED7DA Pale Rose

📋 copy color: '#EED7DA'

red 238 ◦ green 215 ◦ blue 218

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

Shades of Pale Rose #EED7DA

Tints of Pale Rose #EED7DA

RGB

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

 GREEN value IS 215 (84.38% from 255) = 32.04%

 BLUE value IS 218 (85.55% from 255) = 32.49%

R = 35.47%
G = 32.04%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EED7DA (or 0xEED7DA) is known color: Pale Rose. HEX triplet: EE, D7 and DA. RGB value is (238,215,218). Sum of RGB (Red+Green+Blue) = 238+215+218=671 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.47% from 671); Green value is 215 (84.38% from 255 or 32.04% from 671); Blue value is 218 (85.55% from 255 or 32.49% from 671); Max value from RGB is 238 - color contains mainly: red. Hex color #EED7DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED7DA is #112825. Grayscale: #DEDEDE. Windows color (decimal): -1124390 or 14342126. OLE color: 14342126.

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

Color convert

RGB 238 215 218 -
CMYK 0 0.10 0.08 0.07
HSL 352.17º 0.4% 0.89% -
HSV(B) 352.17º 0.1% 0.93% -
XYZ 72.22 71.84 76.39 -
YUV 222.22 125.62 139.26 -
System Red Green Blue C M Y K H S L
Decimal 238 215 218 0 0.10 0.08 0.07 352.17 0.4 0.89
Hex EE D7 DA 0 A 8 7 160 28 59
Octal 356 327 332 0 12 10 7 540 50 131
Binary 11101110 11010111 11011010 0 1010 1000 111 101100000 101000 1011001

Color Harmonies of #EED7DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED7DA

Black with #EED7DA

Text Example


Text Example

White with #EED7DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED7DA; }

 p { color: rgb(238,215,218); }

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

background-color css

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

 a { background-color: rgb(238,215,218); }

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

border-color css

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

 span { border-color: rgb(238,215,218); }

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