Html Css Color HEX #EED5DB Pale Rose

📋 copy color: '#EED5DB'

red 238 ◦ green 213 ◦ blue 219

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

Shades of Pale Rose #EED5DB

Tints of Pale Rose #EED5DB

RGB

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

 GREEN value IS 213 (83.59% from 255) = 31.79%

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

R = 35.52%
G = 31.79%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EED5DB (or 0xEED5DB) is known color: Pale Rose. HEX triplet: EE, D5 and DB. RGB value is (238,213,219). Sum of RGB (Red+Green+Blue) = 238+213+219=670 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.52% from 670); Green value is 213 (83.59% from 255 or 31.79% from 670); Blue value is 219 (85.94% from 255 or 32.69% from 670); Max value from RGB is 238 - color contains mainly: red. Hex color #EED5DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED5DB is #112A24. Grayscale: #DDDDDD. Windows color (decimal): -1124901 or 14407150. OLE color: 14407150.

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

Color convert

RGB 238 213 219 -
CMYK 0 0.11 0.08 0.07
HSL 345.6º 0.42% 0.88% -
HSV(B) 345.6º 0.11% 0.93% -
XYZ 71.84 70.88 76.91 -
YUV 221.16 126.78 140.01 -
System Red Green Blue C M Y K H S L
Decimal 238 213 219 0 0.11 0.08 0.07 345.6 0.42 0.88
Hex EE D5 DB 0 B 8 7 15A 2A 58
Octal 356 325 333 0 13 10 7 532 52 130
Binary 11101110 11010101 11011011 0 1011 1000 111 101011010 101010 1011000

Color Harmonies of #EED5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED5DB

Black with #EED5DB

Text Example


Text Example

White with #EED5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED5DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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