Html Css Color HEX #EDD0D3 Pale Rose

📋 copy color: '#EDD0D3'

red 237 ◦ green 208 ◦ blue 211

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

Shades of Pale Rose #EDD0D3

Tints of Pale Rose #EDD0D3

RGB

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

 GREEN value IS 208 (81.64% from 255) = 31.71%

 BLUE value IS 211 (82.81% from 255) = 32.16%

R = 36.13%
G = 31.71%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EDD0D3 (or 0xEDD0D3) is known color: Pale Rose. HEX triplet: ED, D0 and D3. RGB value is (237,208,211). Sum of RGB (Red+Green+Blue) = 237+208+211=656 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.13% from 656); Green value is 208 (81.64% from 255 or 31.71% from 656); Blue value is 211 (82.81% from 255 or 32.16% from 656); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD0D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD0D3 is #122F2C. Grayscale: #D9D9D9. Windows color (decimal): -1191725 or 13881581. OLE color: 13881581.

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

Color convert

RGB 237 208 211 -
CMYK 0 0.12 0.11 0.07
HSL 353.79º 0.45% 0.87% -
HSV(B) 353.79º 0.12% 0.93% -
XYZ 69.24 67.82 71.07 -
YUV 217.01 124.61 142.26 -
System Red Green Blue C M Y K H S L
Decimal 237 208 211 0 0.12 0.11 0.07 353.79 0.45 0.87
Hex ED D0 D3 0 C B 7 162 2D 57
Octal 355 320 323 0 14 13 7 542 55 127
Binary 11101101 11010000 11010011 0 1100 1011 111 101100010 101101 1010111

Color Harmonies of #EDD0D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD0D3

Black with #EDD0D3

Text Example


Text Example

White with #EDD0D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD0D3; }

 p { color: rgb(237,208,211); }

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

background-color css

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

 a { background-color: rgb(237,208,211); }

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

border-color css

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

 span { border-color: rgb(237,208,211); }

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