Html Css Color HEX #EDD0B3 Pink Lady

📋 copy color: '#EDD0B3'

red 237 ◦ green 208 ◦ blue 179

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

Shades of Pink Lady #EDD0B3

Tints of Pink Lady #EDD0B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 28.69%

R = 37.98%
G = 33.33%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#EDD0B3 (or 0xEDD0B3) is known color: Pink Lady. HEX triplet: ED, D0 and B3. RGB value is (237,208,179). Sum of RGB (Red+Green+Blue) = 237+208+179=624 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.98% from 624); Green value is 208 (81.64% from 255 or 33.33% from 624); Blue value is 179 (70.31% from 255 or 28.69% from 624); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD0B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD0B3 is #122F4C. Grayscale: #D5D5D5. Windows color (decimal): -1191757 or 11784429. OLE color: 11784429.

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

Color convert

RGB 237 208 179 -
CMYK 0 0.12 0.24 0.07
HSL 30º 0.62% 0.82% -
HSV(B) 30º 0.24% 0.93% -
XYZ 65.62 66.37 52 -
YUV 213.37 108.61 144.86 -
System Red Green Blue C M Y K H S L
Decimal 237 208 179 0 0.12 0.24 0.07 30 0.62 0.82
Hex ED D0 B3 0 C 18 7 1E 3E 52
Octal 355 320 263 0 14 30 7 36 76 122
Binary 11101101 11010000 10110011 0 1100 11000 111 11110 111110 1010010

Color Harmonies of #EDD0B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD0B3

Black with #EDD0B3

Text Example


Text Example

White with #EDD0B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD0B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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