Html Css Color HEX #EDD8DB Pale Rose

📋 copy color: '#EDD8DB'

red 237 ◦ green 216 ◦ blue 219

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

Shades of Pale Rose #EDD8DB

Tints of Pale Rose #EDD8DB

RGB

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

 GREEN value IS 216 (84.77% from 255) = 32.14%

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

R = 35.27%
G = 32.14%
B = 32.59%

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

#EDD8DB (or 0xEDD8DB) is known color: Pale Rose. HEX triplet: ED, D8 and DB. RGB value is (237,216,219). Sum of RGB (Red+Green+Blue) = 237+216+219=672 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.27% from 672); Green value is 216 (84.77% from 255 or 32.14% from 672); Blue value is 219 (85.94% from 255 or 32.59% from 672); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD8DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD8DB is #122724. Grayscale: #DEDEDE. Windows color (decimal): -1189669 or 14407917. OLE color: 14407917.

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

Color convert

RGB 237 216 219 -
CMYK 0 0.09 0.08 0.07
HSL 351.43º 0.37% 0.89% -
HSV(B) 351.43º 0.09% 0.93% -
XYZ 72.27 72.23 77.15 -
YUV 222.62 125.96 138.26 -
System Red Green Blue C M Y K H S L
Decimal 237 216 219 0 0.09 0.08 0.07 351.43 0.37 0.89
Hex ED D8 DB 0 9 8 7 15F 25 59
Octal 355 330 333 0 11 10 7 537 45 131
Binary 11101101 11011000 11011011 0 1001 1000 111 101011111 100101 1011001

Color Harmonies of #EDD8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD8DB

Black with #EDD8DB

Text Example


Text Example

White with #EDD8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD8DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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