Html Css Color HEX #EDD4B8 Pink Lady

📋 copy color: '#EDD4B8'

red 237 ◦ green 212 ◦ blue 184

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

Shades of Pink Lady #EDD4B8

Tints of Pink Lady #EDD4B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 29.07%

R = 37.44%
G = 33.49%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EDD4B8 (or 0xEDD4B8) is known color: Pink Lady. HEX triplet: ED, D4 and B8. RGB value is (237,212,184). Sum of RGB (Red+Green+Blue) = 237+212+184=633 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.44% from 633); Green value is 212 (83.20% from 255 or 33.49% from 633); Blue value is 184 (72.27% from 255 or 29.07% from 633); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD4B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD4B8 is #122B47. Grayscale: #D8D8D8. Windows color (decimal): -1190728 or 12113133. OLE color: 12113133.

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

Color convert

RGB 237 212 184 -
CMYK 0 0.11 0.22 0.07
HSL 31.7º 0.6% 0.83% -
HSV(B) 31.7º 0.22% 0.93% -
XYZ 67.12 68.55 55.04 -
YUV 216.28 109.78 142.78 -
System Red Green Blue C M Y K H S L
Decimal 237 212 184 0 0.11 0.22 0.07 31.7 0.6 0.83
Hex ED D4 B8 0 B 16 7 20 3C 53
Octal 355 324 270 0 13 26 7 40 74 123
Binary 11101101 11010100 10111000 0 1011 10110 111 100000 111100 1010011

Color Harmonies of #EDD4B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD4B8

Black with #EDD4B8

Text Example


Text Example

White with #EDD4B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD4B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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