Html Css Color HEX #EED1DB Pink Lace

📋 copy color: '#EED1DB'

red 238 ◦ green 209 ◦ blue 219

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

Shades of Pink Lace #EED1DB

Tints of Pink Lace #EED1DB

RGB

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

 GREEN value IS 209 (82.03% from 255) = 31.38%

 BLUE value IS 219 (85.94% from 255) = 32.88%

R = 35.74%
G = 31.38%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EED1DB (or 0xEED1DB) is known color: Pink Lace. HEX triplet: EE, D1 and DB. RGB value is (238,209,219). Sum of RGB (Red+Green+Blue) = 238+209+219=666 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.74% from 666); Green value is 209 (82.03% from 255 or 31.38% from 666); Blue value is 219 (85.94% from 255 or 32.88% from 666); Max value from RGB is 238 - color contains mainly: red. Hex color #EED1DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED1DB is #112E24. Grayscale: #DADADA. Windows color (decimal): -1125925 or 14406126. OLE color: 14406126.

HSL color Cylindrical-coordinate representation of color #EED1DB: hue angle of 339.31º degrees, saturation: 0.46, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EED1DB is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 209 219 -
CMYK 0 0.12 0.08 0.07
HSL 339.31º 0.46% 0.88% -
HSV(B) 339.31º 0.12% 0.93% -
XYZ 70.85 68.89 76.58 -
YUV 218.81 128.11 141.69 -
System Red Green Blue C M Y K H S L
Decimal 238 209 219 0 0.12 0.08 0.07 339.31 0.46 0.88
Hex EE D1 DB 0 C 8 7 153 2E 58
Octal 356 321 333 0 14 10 7 523 56 130
Binary 11101110 11010001 11011011 0 1100 1000 111 101010011 101110 1011000

Color Harmonies of #EED1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED1DB

Black with #EED1DB

Text Example


Text Example

White with #EED1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED1DB; }

 p { color: rgb(238,209,219); }

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

background-color css

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

 a { background-color: rgb(238,209,219); }

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

border-color css

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

 span { border-color: rgb(238,209,219); }

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