Html Css Color HEX #EDD9DD Pale Rose

📋 copy color: '#EDD9DD'

red 237 ◦ green 217 ◦ blue 221

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

Shades of Pale Rose #EDD9DD

Tints of Pale Rose #EDD9DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 32.74%

R = 35.11%
G = 32.15%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EDD9DD (or 0xEDD9DD) is known color: Pale Rose. HEX triplet: ED, D9 and DD. RGB value is (237,217,221). Sum of RGB (Red+Green+Blue) = 237+217+221=675 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.11% from 675); Green value is 217 (85.16% from 255 or 32.15% from 675); Blue value is 221 (86.72% from 255 or 32.74% from 675); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD9DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD9DD is #122622. Grayscale: #DFDFDF. Windows color (decimal): -1189411 or 14539245. OLE color: 14539245.

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

Color convert

RGB 237 217 221 -
CMYK 0 0.08 0.07 0.07
HSL 348º 0.36% 0.89% -
HSV(B) 348º 0.08% 0.93% -
XYZ 72.79 72.85 78.63 -
YUV 223.44 126.63 137.67 -
System Red Green Blue C M Y K H S L
Decimal 237 217 221 0 0.08 0.07 0.07 348 0.36 0.89
Hex ED D9 DD 0 8 7 7 15C 24 59
Octal 355 331 335 0 10 7 7 534 44 131
Binary 11101101 11011001 11011101 0 1000 111 111 101011100 100100 1011001

Color Harmonies of #EDD9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD9DD

Black with #EDD9DD

Text Example


Text Example

White with #EDD9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD9DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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