Html Css Color HEX #EDD9DB Pale Rose

📋 copy color: '#EDD9DB'

red 237 ◦ green 217 ◦ blue 219

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

Shades of Pale Rose #EDD9DB

Tints of Pale Rose #EDD9DB

RGB

 RED value IS 237 (92.97% from 255) = 35.22%

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

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

R = 35.22%
G = 32.24%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EDD9DB (or 0xEDD9DB) is known color: Pale Rose. HEX triplet: ED, D9 and DB. RGB value is (237,217,219). Sum of RGB (Red+Green+Blue) = 237+217+219=673 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.22% from 673); Green value is 217 (85.16% from 255 or 32.24% from 673); Blue value is 219 (85.94% from 255 or 32.54% from 673); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD9DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD9DB is #122624. Grayscale: #DFDFDF. Windows color (decimal): -1189413 or 14408173. OLE color: 14408173.

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

Color convert

RGB 237 217 219 -
CMYK 0 0.08 0.08 0.07
HSL 354º 0.36% 0.89% -
HSV(B) 354º 0.08% 0.93% -
XYZ 72.52 72.74 77.24 -
YUV 223.21 125.63 137.84 -
System Red Green Blue C M Y K H S L
Decimal 237 217 219 0 0.08 0.08 0.07 354 0.36 0.89
Hex ED D9 DB 0 8 8 7 162 24 59
Octal 355 331 333 0 10 10 7 542 44 131
Binary 11101101 11011001 11011011 0 1000 1000 111 101100010 100100 1011001

Color Harmonies of #EDD9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD9DB

Black with #EDD9DB

Text Example


Text Example

White with #EDD9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD9DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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