Html Css Color HEX #EED9DB Pale Rose

📋 copy color: '#EED9DB'

red 238 ◦ green 217 ◦ blue 219

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

Shades of Pale Rose #EED9DB

Tints of Pale Rose #EED9DB

RGB

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

 GREEN value IS 217 (85.16% from 255) = 32.2%

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

R = 35.31%
G = 32.2%
B = 32.49%

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

#EED9DB (or 0xEED9DB) is known color: Pale Rose. HEX triplet: EE, D9 and DB. RGB value is (238,217,219). Sum of RGB (Red+Green+Blue) = 238+217+219=674 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.31% from 674); Green value is 217 (85.16% from 255 or 32.20% from 674); Blue value is 219 (85.94% from 255 or 32.49% from 674); Max value from RGB is 238 - color contains mainly: red. Hex color #EED9DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED9DB is #112624. Grayscale: #DFDFDF. Windows color (decimal): -1123877 or 14408174. OLE color: 14408174.

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

Color convert

RGB 238 217 219 -
CMYK 0 0.09 0.08 0.07
HSL 354.29º 0.38% 0.89% -
HSV(B) 354.29º 0.09% 0.93% -
XYZ 72.86 72.92 77.25 -
YUV 223.51 125.46 138.34 -
System Red Green Blue C M Y K H S L
Decimal 238 217 219 0 0.09 0.08 0.07 354.29 0.38 0.89
Hex EE D9 DB 0 9 8 7 162 26 59
Octal 356 331 333 0 11 10 7 542 46 131
Binary 11101110 11011001 11011011 0 1001 1000 111 101100010 100110 1011001

Color Harmonies of #EED9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED9DB

Black with #EED9DB

Text Example


Text Example

White with #EED9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED9DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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