Html Css Color HEX #EDD2B3 Pink Lady

📋 copy color: '#EDD2B3'

red 237 ◦ green 210 ◦ blue 179

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

Shades of Pink Lady #EDD2B3

Tints of Pink Lady #EDD2B3

RGB

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

 GREEN value IS 210 (82.42% from 255) = 33.55%

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

R = 37.86%
G = 33.55%
B = 28.59%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#EDD2B3 (or 0xEDD2B3) is known color: Pink Lady. HEX triplet: ED, D2 and B3. RGB value is (237,210,179). Sum of RGB (Red+Green+Blue) = 237+210+179=626 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.86% from 626); Green value is 210 (82.42% from 255 or 33.55% from 626); Blue value is 179 (70.31% from 255 or 28.59% from 626); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD2B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD2B3 is #122D4C. Grayscale: #D6D6D6. Windows color (decimal): -1191245 or 11784941. OLE color: 11784941.

HSL color Cylindrical-coordinate representation of color #EDD2B3: hue angle of 32.07º 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 #EDD2B3 is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 210 179 -
CMYK 0 0.11 0.24 0.07
HSL 32.07º 0.62% 0.82% -
HSV(B) 32.07º 0.24% 0.93% -
XYZ 66.11 67.35 52.16 -
YUV 214.54 107.95 144.02 -
System Red Green Blue C M Y K H S L
Decimal 237 210 179 0 0.11 0.24 0.07 32.07 0.62 0.82
Hex ED D2 B3 0 B 18 7 20 3E 52
Octal 355 322 263 0 13 30 7 40 76 122
Binary 11101101 11010010 10110011 0 1011 11000 111 100000 111110 1010010

Color Harmonies of #EDD2B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD2B3

Black with #EDD2B3

Text Example


Text Example

White with #EDD2B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD2B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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