Html Css Color HEX #EDD7DB Pale Rose

📋 copy color: '#EDD7DB'

red 237 ◦ green 215 ◦ blue 219

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

Shades of Pale Rose #EDD7DB

Tints of Pale Rose #EDD7DB

RGB

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

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

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

R = 35.32%
G = 32.04%
B = 32.64%

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

#EDD7DB (or 0xEDD7DB) is known color: Pale Rose. HEX triplet: ED, D7 and DB. RGB value is (237,215,219). Sum of RGB (Red+Green+Blue) = 237+215+219=671 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.32% from 671); Green value is 215 (84.38% from 255 or 32.04% from 671); Blue value is 219 (85.94% from 255 or 32.64% from 671); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD7DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD7DB is #122824. Grayscale: #DEDEDE. Windows color (decimal): -1189925 or 14407661. OLE color: 14407661.

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

Color convert

RGB 237 215 219 -
CMYK 0 0.09 0.08 0.07
HSL 349.09º 0.38% 0.89% -
HSV(B) 349.09º 0.09% 0.93% -
XYZ 72.01 71.72 77.07 -
YUV 222.03 126.29 138.67 -
System Red Green Blue C M Y K H S L
Decimal 237 215 219 0 0.09 0.08 0.07 349.09 0.38 0.89
Hex ED D7 DB 0 9 8 7 15D 26 59
Octal 355 327 333 0 11 10 7 535 46 131
Binary 11101101 11010111 11011011 0 1001 1000 111 101011101 100110 1011001

Color Harmonies of #EDD7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD7DB

Black with #EDD7DB

Text Example


Text Example

White with #EDD7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD7DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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