Html Css Color HEX #EED3DB Pink Lace

📋 copy color: '#EED3DB'

red 238 ◦ green 211 ◦ blue 219

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

Shades of Pink Lace #EED3DB

Tints of Pink Lace #EED3DB

RGB

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

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

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

R = 35.63%
G = 31.59%
B = 32.78%

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

#EED3DB (or 0xEED3DB) is known color: Pink Lace. HEX triplet: EE, D3 and DB. RGB value is (238,211,219). Sum of RGB (Red+Green+Blue) = 238+211+219=668 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.63% from 668); Green value is 211 (82.81% from 255 or 31.59% from 668); Blue value is 219 (85.94% from 255 or 32.78% from 668); Max value from RGB is 238 - color contains mainly: red. Hex color #EED3DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED3DB is #112C24. Grayscale: #DBDBDB. Windows color (decimal): -1125413 or 14406638. OLE color: 14406638.

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

Color convert

RGB 238 211 219 -
CMYK 0 0.11 0.08 0.07
HSL 342.22º 0.44% 0.88% -
HSV(B) 342.22º 0.11% 0.93% -
XYZ 71.34 69.88 76.75 -
YUV 219.99 127.45 140.85 -
System Red Green Blue C M Y K H S L
Decimal 238 211 219 0 0.11 0.08 0.07 342.22 0.44 0.88
Hex EE D3 DB 0 B 8 7 156 2C 58
Octal 356 323 333 0 13 10 7 526 54 130
Binary 11101110 11010011 11011011 0 1011 1000 111 101010110 101100 1011000

Color Harmonies of #EED3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED3DB

Black with #EED3DB

Text Example


Text Example

White with #EED3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED3DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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