Html Css Color HEX #EDD9DA Pale Rose

📋 copy color: '#EDD9DA'

red 237 ◦ green 217 ◦ blue 218

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

Shades of Pale Rose #EDD9DA

Tints of Pale Rose #EDD9DA

RGB

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

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

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

R = 35.27%
G = 32.29%
B = 32.44%

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

#EDD9DA (or 0xEDD9DA) is known color: Pale Rose. HEX triplet: ED, D9 and DA. RGB value is (237,217,218). Sum of RGB (Red+Green+Blue) = 237+217+218=672 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.27% from 672); Green value is 217 (85.16% from 255 or 32.29% from 672); Blue value is 218 (85.55% from 255 or 32.44% from 672); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD9DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD9DA is #122625. Grayscale: #DFDFDF. Windows color (decimal): -1189414 or 14342637. OLE color: 14342637.

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

Color convert

RGB 237 217 218 -
CMYK 0 0.08 0.08 0.07
HSL 357º 0.36% 0.89% -
HSV(B) 357º 0.08% 0.93% -
XYZ 72.39 72.69 76.55 -
YUV 223.09 125.13 137.92 -
System Red Green Blue C M Y K H S L
Decimal 237 217 218 0 0.08 0.08 0.07 357 0.36 0.89
Hex ED D9 DA 0 8 8 7 165 24 59
Octal 355 331 332 0 10 10 7 545 44 131
Binary 11101101 11011001 11011010 0 1000 1000 111 101100101 100100 1011001

Color Harmonies of #EDD9DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD9DA

Black with #EDD9DA

Text Example


Text Example

White with #EDD9DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD9DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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