Html Css Color HEX #EDD9DF Pale Rose

📋 copy color: '#EDD9DF'

red 237 ◦ green 217 ◦ blue 223

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

Shades of Pale Rose #EDD9DF

Tints of Pale Rose #EDD9DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 32.94%

R = 35.01%
G = 32.05%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EDD9DF (or 0xEDD9DF) is known color: Pale Rose. HEX triplet: ED, D9 and DF. RGB value is (237,217,223). Sum of RGB (Red+Green+Blue) = 237+217+223=677 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.01% from 677); Green value is 217 (85.16% from 255 or 32.05% from 677); Blue value is 223 (87.5% from 255 or 32.94% from 677); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD9DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD9DF is #122620. Grayscale: #DFDFDF. Windows color (decimal): -1189409 or 14670317. OLE color: 14670317.

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

Color convert

RGB 237 217 223 -
CMYK 0 0.08 0.06 0.07
HSL 342º 0.36% 0.89% -
HSV(B) 342º 0.08% 0.93% -
XYZ 73.06 72.96 80.04 -
YUV 223.66 127.63 137.51 -
System Red Green Blue C M Y K H S L
Decimal 237 217 223 0 0.08 0.06 0.07 342 0.36 0.89
Hex ED D9 DF 0 8 6 7 156 24 59
Octal 355 331 337 0 10 6 7 526 44 131
Binary 11101101 11011001 11011111 0 1000 110 111 101010110 100100 1011001

Color Harmonies of #EDD9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD9DF

Black with #EDD9DF

Text Example


Text Example

White with #EDD9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD9DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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