Html Css Color HEX #EED3DC Pink Lace

📋 copy color: '#EED3DC'

red 238 ◦ green 211 ◦ blue 220

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

Shades of Pink Lace #EED3DC

Tints of Pink Lace #EED3DC

RGB

 RED value IS 238 (93.36% from 255) = 35.58%

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

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

R = 35.58%
G = 31.54%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EED3DC (or 0xEED3DC) is known color: Pink Lace. HEX triplet: EE, D3 and DC. RGB value is (238,211,220). Sum of RGB (Red+Green+Blue) = 238+211+220=669 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.58% from 669); Green value is 211 (82.81% from 255 or 31.54% from 669); Blue value is 220 (86.33% from 255 or 32.88% from 669); Max value from RGB is 238 - color contains mainly: red. Hex color #EED3DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED3DC is #112C23. Grayscale: #DCDCDC. Windows color (decimal): -1125412 or 14472174. OLE color: 14472174.

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

Color convert

RGB 238 211 220 -
CMYK 0 0.11 0.08 0.07
HSL 340º 0.44% 0.88% -
HSV(B) 340º 0.11% 0.93% -
XYZ 71.47 69.93 77.44 -
YUV 220.1 127.95 140.77 -
System Red Green Blue C M Y K H S L
Decimal 238 211 220 0 0.11 0.08 0.07 340 0.44 0.88
Hex EE D3 DC 0 B 8 7 154 2C 58
Octal 356 323 334 0 13 10 7 524 54 130
Binary 11101110 11010011 11011100 0 1011 1000 111 101010100 101100 1011000

Color Harmonies of #EED3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED3DC

Black with #EED3DC

Text Example


Text Example

White with #EED3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED3DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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