Html Css Color HEX #EDD5DB Pale Rose

📋 copy color: '#EDD5DB'

red 237 ◦ green 213 ◦ blue 219

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

Shades of Pale Rose #EDD5DB

Tints of Pale Rose #EDD5DB

RGB

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

 GREEN value IS 213 (83.59% from 255) = 31.84%

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

R = 35.43%
G = 31.84%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EDD5DB (or 0xEDD5DB) is known color: Pale Rose. HEX triplet: ED, D5 and DB. RGB value is (237,213,219). Sum of RGB (Red+Green+Blue) = 237+213+219=669 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.43% from 669); Green value is 213 (83.59% from 255 or 31.84% from 669); Blue value is 219 (85.94% from 255 or 32.74% from 669); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD5DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD5DB is #122A24. Grayscale: #DCDCDC. Windows color (decimal): -1190437 or 14407149. OLE color: 14407149.

HSL color Cylindrical-coordinate representation of color #EDD5DB: hue angle of 345º degrees, saturation: 0.4, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EDD5DB is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 213 219 -
CMYK 0 0.10 0.08 0.07
HSL 345º 0.4% 0.88% -
HSV(B) 345º 0.1% 0.93% -
XYZ 71.51 70.71 76.9 -
YUV 220.86 126.95 139.51 -
System Red Green Blue C M Y K H S L
Decimal 237 213 219 0 0.10 0.08 0.07 345 0.4 0.88
Hex ED D5 DB 0 A 8 7 159 28 58
Octal 355 325 333 0 12 10 7 531 50 130
Binary 11101101 11010101 11011011 0 1010 1000 111 101011001 101000 1011000

Color Harmonies of #EDD5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD5DB

Black with #EDD5DB

Text Example


Text Example

White with #EDD5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD5DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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