Html Css Color HEX #EDD4D5 Pale Rose

📋 copy color: '#EDD4D5'

red 237 ◦ green 212 ◦ blue 213

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

Shades of Pale Rose #EDD4D5

Tints of Pale Rose #EDD4D5

RGB

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

 GREEN value IS 212 (83.2% from 255) = 32.02%

 BLUE value IS 213 (83.59% from 255) = 32.18%

R = 35.8%
G = 32.02%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#EDD4D5 (or 0xEDD4D5) is known color: Pale Rose. HEX triplet: ED, D4 and D5. RGB value is (237,212,213). Sum of RGB (Red+Green+Blue) = 237+212+213=662 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.80% from 662); Green value is 212 (83.20% from 255 or 32.02% from 662); Blue value is 213 (83.59% from 255 or 32.18% from 662); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD4D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD4D5 is #122B2A. Grayscale: #DBDBDB. Windows color (decimal): -1190699 or 14013677. OLE color: 14013677.

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

Color convert

RGB 237 212 213 -
CMYK 0 0.11 0.10 0.07
HSL 357.6º 0.41% 0.88% -
HSV(B) 357.6º 0.11% 0.93% -
XYZ 70.48 69.9 72.73 -
YUV 219.59 124.28 140.42 -
System Red Green Blue C M Y K H S L
Decimal 237 212 213 0 0.11 0.10 0.07 357.6 0.41 0.88
Hex ED D4 D5 0 B A 7 166 29 58
Octal 355 324 325 0 13 12 7 546 51 130
Binary 11101101 11010100 11010101 0 1011 1010 111 101100110 101001 1011000

Color Harmonies of #EDD4D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD4D5

Black with #EDD4D5

Text Example


Text Example

White with #EDD4D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD4D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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