Html Css Color HEX #ECD3DB Pink Lace

📋 copy color: '#ECD3DB'

red 236 ◦ green 211 ◦ blue 219

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

Shades of Pink Lace #ECD3DB

Tints of Pink Lace #ECD3DB

RGB

 RED value IS 236 (92.58% from 255) = 35.44%

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

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

R = 35.44%
G = 31.68%
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

#ECD3DB (or 0xECD3DB) is known color: Pink Lace. HEX triplet: EC, D3 and DB. RGB value is (236,211,219). Sum of RGB (Red+Green+Blue) = 236+211+219=666 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.44% from 666); Green value is 211 (82.81% from 255 or 31.68% from 666); Blue value is 219 (85.94% from 255 or 32.88% from 666); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD3DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD3DB is #132C24. Grayscale: #DBDBDB. Windows color (decimal): -1256485 or 14406636. OLE color: 14406636.

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

Color convert

RGB 236 211 219 -
CMYK 0 0.11 0.07 0.07
HSL 340.8º 0.4% 0.88% -
HSV(B) 340.8º 0.11% 0.93% -
XYZ 70.67 69.54 76.71 -
YUV 219.39 127.78 139.85 -
System Red Green Blue C M Y K H S L
Decimal 236 211 219 0 0.11 0.07 0.07 340.8 0.4 0.88
Hex EC D3 DB 0 B 7 7 155 28 58
Octal 354 323 333 0 13 7 7 525 50 130
Binary 11101100 11010011 11011011 0 1011 111 111 101010101 101000 1011000

Color Harmonies of #ECD3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD3DB

Black with #ECD3DB

Text Example


Text Example

White with #ECD3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD3DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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