Html Css Color HEX #EED7DB Pale Rose

📋 copy color: '#EED7DB'

red 238 ◦ green 215 ◦ blue 219

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

Shades of Pale Rose #EED7DB

Tints of Pale Rose #EED7DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 32.59%

R = 35.42%
G = 31.99%
B = 32.59%

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

#EED7DB (or 0xEED7DB) is known color: Pale Rose. HEX triplet: EE, D7 and DB. RGB value is (238,215,219). Sum of RGB (Red+Green+Blue) = 238+215+219=672 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.42% from 672); Green value is 215 (84.38% from 255 or 31.99% from 672); Blue value is 219 (85.94% from 255 or 32.59% from 672); Max value from RGB is 238 - color contains mainly: red. Hex color #EED7DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED7DB is #112824. Grayscale: #DEDEDE. Windows color (decimal): -1124389 or 14407662. OLE color: 14407662.

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

Color convert

RGB 238 215 219 -
CMYK 0 0.10 0.08 0.07
HSL 349.57º 0.4% 0.89% -
HSV(B) 349.57º 0.1% 0.93% -
XYZ 72.35 71.89 77.08 -
YUV 222.33 126.12 139.17 -
System Red Green Blue C M Y K H S L
Decimal 238 215 219 0 0.10 0.08 0.07 349.57 0.4 0.89
Hex EE D7 DB 0 A 8 7 15E 28 59
Octal 356 327 333 0 12 10 7 536 50 131
Binary 11101110 11010111 11011011 0 1010 1000 111 101011110 101000 1011001

Color Harmonies of #EED7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED7DB

Black with #EED7DB

Text Example


Text Example

White with #EED7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED7DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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