Html Css Color HEX #EDD7D9 Pale Rose

📋 copy color: '#EDD7D9'

red 237 ◦ green 215 ◦ blue 217

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

Shades of Pale Rose #EDD7D9

Tints of Pale Rose #EDD7D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 32.44%

R = 35.43%
G = 32.14%
B = 32.44%

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

#EDD7D9 (or 0xEDD7D9) is known color: Pale Rose. HEX triplet: ED, D7 and D9. RGB value is (237,215,217). Sum of RGB (Red+Green+Blue) = 237+215+217=669 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.43% from 669); Green value is 215 (84.38% from 255 or 32.14% from 669); Blue value is 217 (85.16% from 255 or 32.44% from 669); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD7D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD7D9 is #122826. Grayscale: #DDDDDD. Windows color (decimal): -1189927 or 14276589. OLE color: 14276589.

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

Color convert

RGB 237 215 217 -
CMYK 0 0.09 0.08 0.07
HSL 354.55º 0.38% 0.89% -
HSV(B) 354.55º 0.09% 0.93% -
XYZ 71.75 71.62 75.69 -
YUV 221.81 125.29 138.84 -
System Red Green Blue C M Y K H S L
Decimal 237 215 217 0 0.09 0.08 0.07 354.55 0.38 0.89
Hex ED D7 D9 0 9 8 7 163 26 59
Octal 355 327 331 0 11 10 7 543 46 131
Binary 11101101 11010111 11011001 0 1001 1000 111 101100011 100110 1011001

Color Harmonies of #EDD7D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD7D9

Black with #EDD7D9

Text Example


Text Example

White with #EDD7D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD7D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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