Html Css Color HEX #EDD3DC Pink Lace

📋 copy color: '#EDD3DC'

red 237 ◦ green 211 ◦ blue 220

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

Shades of Pink Lace #EDD3DC

Tints of Pink Lace #EDD3DC

RGB

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

 GREEN value IS 211 (82.81% from 255) = 31.59%

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

R = 35.48%
G = 31.59%
B = 32.93%

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

#EDD3DC (or 0xEDD3DC) is known color: Pink Lace. HEX triplet: ED, D3 and DC. RGB value is (237,211,220). Sum of RGB (Red+Green+Blue) = 237+211+220=668 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.48% from 668); Green value is 211 (82.81% from 255 or 31.59% from 668); Blue value is 220 (86.33% from 255 or 32.93% from 668); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD3DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD3DC is #122C23. Grayscale: #DBDBDB. Windows color (decimal): -1190948 or 14472173. OLE color: 14472173.

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

Color convert

RGB 237 211 220 -
CMYK 0 0.11 0.07 0.07
HSL 339.23º 0.42% 0.88% -
HSV(B) 339.23º 0.11% 0.93% -
XYZ 71.14 69.76 77.43 -
YUV 219.8 128.11 140.27 -
System Red Green Blue C M Y K H S L
Decimal 237 211 220 0 0.11 0.07 0.07 339.23 0.42 0.88
Hex ED D3 DC 0 B 7 7 153 2A 58
Octal 355 323 334 0 13 7 7 523 52 130
Binary 11101101 11010011 11011100 0 1011 111 111 101010011 101010 1011000

Color Harmonies of #EDD3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD3DC

Black with #EDD3DC

Text Example


Text Example

White with #EDD3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD3DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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