Html Css Color HEX #EDD4DC Pink Lace

📋 copy color: '#EDD4DC'

red 237 ◦ green 212 ◦ blue 220

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

Shades of Pink Lace #EDD4DC

Tints of Pink Lace #EDD4DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 32.88%

R = 35.43%
G = 31.69%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EDD4DC (or 0xEDD4DC) is known color: Pink Lace. HEX triplet: ED, D4 and DC. RGB value is (237,212,220). Sum of RGB (Red+Green+Blue) = 237+212+220=669 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.43% from 669); Green value is 212 (83.20% from 255 or 31.69% from 669); Blue value is 220 (86.33% from 255 or 32.88% from 669); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD4DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD4DC is #122B23. Grayscale: #DCDCDC. Windows color (decimal): -1190692 or 14472429. OLE color: 14472429.

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

Color convert

RGB 237 212 220 -
CMYK 0 0.11 0.07 0.07
HSL 340.8º 0.41% 0.88% -
HSV(B) 340.8º 0.11% 0.93% -
XYZ 71.39 70.26 77.51 -
YUV 220.39 127.78 139.85 -
System Red Green Blue C M Y K H S L
Decimal 237 212 220 0 0.11 0.07 0.07 340.8 0.41 0.88
Hex ED D4 DC 0 B 7 7 155 29 58
Octal 355 324 334 0 13 7 7 525 51 130
Binary 11101101 11010100 11011100 0 1011 111 111 101010101 101001 1011000

Color Harmonies of #EDD4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD4DC

Black with #EDD4DC

Text Example


Text Example

White with #EDD4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD4DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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